esp32_https_server
esp32_https_server copied to clipboard
self-signed certificates: Add CN as subjectAltName
When creating self-signed certificates, add the CN in the subjectAltName extension so browsers stop complaining.
References:
- #112