Created
April 22, 2020 10:59
-
-
Save akhon/15169f3f7cfd0f8107e6b71ca73e50ac to your computer and use it in GitHub Desktop.
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
| -> openssl pkcs12 -export -in client.crt -inkey client.key -out client.p12 -name "client" | |
| <- openssl pkcs12 -in ./p12.file -clcerts -nokeys -out client.crt | |
| <- openssl pkcs12 -in ./p12.file -nocerts -nodes -out client.key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment