Skip to content

Instantly share code, notes, and snippets.

@mrichman
Created March 9, 2017 14:57
Show Gist options
  • Save mrichman/8f4070d45cb190ddd3ab7d34ea568d1e to your computer and use it in GitHub Desktop.
Save mrichman/8f4070d45cb190ddd3ab7d34ea568d1e to your computer and use it in GitHub Desktop.
Convert CNG to older CAPI1 (CryptoAPI)
openssl pkcs12 -in mycert-cng.pfx -out mycert.pem
openssl pkcs12 -export -in mycert.pem -out mycert-cryptoapi.pfx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment