Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am maleta on github.
* I am maleta (https://keybase.io/maleta) on keybase.
* I have a public key whose fingerprint is 2E63 0081 EC07 0B89 6443 EF22 6B67 D6B5 90A9 860D
To claim this, I am signing this object:
@maleta
maleta / generate_ssl.md
Created September 14, 2022 13:04 — forked from qutek/generate_ssl.md
[Server][MacOs] Generate local SSL with SAN (Subject Alternative Name), works with Chrome 5.8+

Generate local SSL with SAN

Since version 58, Chrome requires SSL certificates to use SAN (Subject Alternative Name) instead of the popular Common Name (CN), thus CN support has been removed.

To create SSL with SAN, use steps as follows

  • Go to your target ssl directory (mine was /usr/local/etc/httpd/ssl)
  • Create .conf file
  • Generate SSL
  • Point the cert on your apache conf