Generate key and crt from PKCS12

#Private key:
lenovo #openssl pkcs12 -in file_name.p12 -nocerts -out private.key
#Certificates:
lenovo #openssl pkcs12 -in file_name.p12 -clcerts -nokeys -out public.crt

Comments

Popular Posts