Difference between revisions of "PKCS7"
Jump to navigation
Jump to search
(Created page with " openssl pkcs12 -info -in ios_push_certificate.p12 -nokeys == See also == * {{PKCS}}") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[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 <code>[[.cer]]</code> to <code>[[.pem]]</code>: | ||
+ | [[openssl pkcs7]] -in myCert.cer -print_certs -out certs.pem | ||
− | |||
== See also == | == See also == | ||
* {{PKCS}} | * {{PKCS}} | ||
+ | |||
+ | [[Category:PKCS]] |
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
openssl pkcs7 -in myCert.cer -print_certs -out certs.pem
See also[edit]
Advertising: