Difference between revisions of "Openssl pkcs12"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
[[PKCS12]]
 
  
 
+
  openssl [[pkcs12]] -info -in INFILE[[.p12]] -nodes
  openssl pkcs12 -info -in INFILE[[.p12]] -nodes
 
 
  openssl pkcs12 -info -in INFILE.p12
 
  openssl pkcs12 -info -in INFILE.p12
  

Revision as of 21:30, 21 February 2022

openssl pkcs12 -info -in INFILE.p12 -nodes
openssl pkcs12 -info -in INFILE.p12

Show certs:

openssl pkcs12 -info -in INFILE.p12 -nokeys

Show private key:

openssl pkcs12 -info -in INFILE.p12 -nocerts

Related commands

See also

Advertising: