Skip to content

Instantly share code, notes, and snippets.

@manoj-choudhari-git
Created June 20, 2020 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manoj-choudhari-git/bad9cfd12154bbe793c64a862cc47e7f to your computer and use it in GitHub Desktop.
Save manoj-choudhari-git/bad9cfd12154bbe793c64a862cc47e7f to your computer and use it in GitHub Desktop.
PowerShell script to create self-signed certificate
$cert=New-SelfSignedCertificate -Subject "CN=KeyVaultDemoCert" -CertStoreLocation "Cert:\CurrentUser\My" -KeyExportPolicy Exportable -KeySpec Signature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment