I created a self-signed SSL certificate for my Apache server on Debian 10, it is working, I can access the link with https:// but it displays a message of not secure, I would like to know if there is any way I can validate it .
My Apache is working on port 3 as unfortunately I can't use the default 80, I had to change the 000-default.conf file so that SSL works on a port other than 443 and 80.
I tried using the SSLLABS tool but unfortunately it didn't work because of port 3.
Does anyone know any way to validate a certificate on a different port?
In case you need it, here has more information about my apache.