User Tools

Site Tools


myhelp:openssl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
myhelp:openssl [2021/04/21 06:31] – created - external edit 127.0.0.1myhelp:openssl [2025/02/27 14:10] (current) ulrich
Line 60: Line 60:
 == CA-Cert == == CA-Cert ==
  <code># openssl pkcs12 -in /path/to/wildcard.pfx -out /path/to/certstore/ca.cer -nodes -nokeys -cacerts </code>  <code># openssl pkcs12 -in /path/to/wildcard.pfx -out /path/to/certstore/ca.cer -nodes -nokeys -cacerts </code>
 +
 +=== Get things in a pfx file ===
 +<code>
 +openssl pkcs12 -inkey bob_key.pem -in bob_cert.cert -export -out bob_pfx.pfx
 +</code>
 +{{tag>[Good2Know HowTo SSL TLS]}}
myhelp/openssl.1618986705.txt.gz · Last modified: by 127.0.0.1