Difference between revisions of "Pfx openssll"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "openssl pkcs12 -in path.p12 -out newfile.crt.pem -clcerts -nokeys openssl pkcs12 -in path.p12 -out newfile.key.pem -nocerts -nodes")
(No difference)

Revision as of 19:56, 9 September 2021

openssl pkcs12 -in path.p12 -out newfile.crt.pem -clcerts -nokeys openssl pkcs12 -in path.p12 -out newfile.key.pem -nocerts -nodes