Last active
February 4, 2019 10:50
-
-
Save Ksisu/d9271e48452aa347445b5f4fe9534785 to your computer and use it in GitHub Desktop.
p12 -> pem
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
# output.cer included all cert and key | |
openssl pkcs12 -in input.p12 -out output.cer -nodes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment