Skip to content

Instantly share code, notes, and snippets.

@Akasurde
Created February 19, 2016 06:14
Show Gist options
  • Save Akasurde/ae0804f368b8ea3ee729 to your computer and use it in GitHub Desktop.
Save Akasurde/ae0804f368b8ea3ee729 to your computer and use it in GitHub Desktop.
Self Signed Certificate
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