When you generate your certificate, it needs a Subject Alternative Name field for Chrome to play nicely with it. As far as I know, Chrome is the only browser to officially deprecate the Common Name, but Safari and Opera are both based on WebKit, the guts behind Chrome, so I imagine it will be soon that they follow suit. Internet Explorer, Edge, and Firefox don't enforce this, so they'll likely be fine for a while. On the firewall, you can generate that by using the two available fields in the certificate generation section: The Host Name, IP, and Alt Email fields are all Subject Alternative Name fields, and adding any of them is sufficient to avoid that error. I would recommend matching the CN that you created, unless you really do want to access it with a DNS name, in which case just put that DNS name in the "Host Name" field. If you're generating the cert elsewhere, you will need to figure out how to add the SAN field with that certificate provider. Best regards, Greg Wesson
... View more