infosec_mentors_project
infosec_mentors_project copied to clipboard
WWW and Certificate Error
Browsing to https://www.infosecmentors.net produces a certificate error:
NET::ERR_CERT_COMMON_NAME_INVALID
Looks like LetsEncrypt doesn't allow wildcard domains. Working on creating a standalone cert for www.infosecmentors.net. A bit of a pain to do it on the server cause I'd have to kill the nginx service temporarily to validate the cert. Working on doing it on another server.
merge #17 for example nginx config - doesn't seem to resolve the issue at the moment, unfortunately. Also, restarting the nginx service should not otherwise affect the site itself.
Is it possible this is a problem at the domain level? Merge #17 should prevent this from happening.