-
-
Save jdcarvalho/25397b7f29d00b89cdca5e6365c269d4 to your computer and use it in GitHub Desktop.
openssl: convert cert from p7b to crt (or cer)
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 pkcs7 -print_certs -in old.p7b -out new.crt | |
# openssl pkcs7 -print_certs -in old.p7b -out new.cer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment