securingdev / infosec_mentors_project

Building a community for those that both seek and wish to provide mentorship in Information Security.
GNU General Public License v3.0
19 stars 9 forks source link

WWW and Certificate Error #13

Open securingdev opened 7 years ago

securingdev commented 7 years ago

Browsing to https://www.infosecmentors.net produces a certificate error:

NET::ERR_CERT_COMMON_NAME_INVALID

vot3k commented 7 years ago

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.

securingdev commented 7 years ago

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.