You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
In order for local certs to validate, they need to have a SAN (subjectAltName) entry. This takes a little rejiggering, but this post https://security.stackexchange.com/a/183973 makes it look a lot easier. Once openssl 1.1.1 is released we should add sudo apt-get update && sudo apt-get install --only-upgrade openssl to the https task and then use the awesome new commands in that post.
The text was updated successfully, but these errors were encountered:
In order for local certs to validate, they need to have a SAN (subjectAltName) entry. This takes a little rejiggering, but this post https://security.stackexchange.com/a/183973 makes it look a lot easier. Once openssl 1.1.1 is released we should add
sudo apt-get update && sudo apt-get install --only-upgrade openssl
to the https task and then use the awesome new commands in that post.The text was updated successfully, but these errors were encountered: