Created
February 19, 2016 06:14
-
-
Save Akasurde/ae0804f368b8ea3ee729 to your computer and use it in GitHub Desktop.
Self Signed Certificate
This file contains hidden or 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
mkdir alias | |
certutil -N -d ./alias/ | |
certutil -S -s "CN=CA Issuer" -n CACert -x -t "CT,C,C" -v 120 -m 1234 -d alias/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment