Difference between revisions of "PKCS7"

From wikieduonline
Jump to navigation Jump to search
 
Line 2: Line 2:
  
 
  [[openssl pkcs12]] -info -in ios_push_certificate.p12 -nokeys
 
  [[openssl pkcs12]] -info -in ios_push_certificate.p12 -nokeys
 +
 +
Convert from <code>[[.cer]]</code> to <code>[[.pem]]</code>:
 +
[[openssl pkcs7]] -in myCert.cer -print_certs -out certs.pem
 +
  
 
== See also ==
 
== See also ==

Latest revision as of 00:33, 22 February 2022

wikipedia:PKCS7 is used to sign and/or encrypt messages under a PKI. Used also for certificate dissemination (for instance as a response to a PKCS #10 message).

openssl pkcs12 -info -in ios_push_certificate.p12 -nokeys

Convert from .cer to .pem:

openssl pkcs7 -in myCert.cer -print_certs -out certs.pem


See also[edit]

Advertising: