Last active
July 23, 2018 21:16
-
-
Save ishrakr/4d309ab142d69758c6a3aef132773e7d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/certificate | |
add name=local_ca common-name=local_ca days-valid=3650 key-size=4096 key-usage=key-cert-sign,crl-sign | |
sign local_ca | |
add name=local common-name=local days-valid=3650 key-size=4096 key-usage=tls-server | |
sign ca=local_ca local | |
set trusted=yes local_ca | |
set trusted=yes local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment