Differences

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

Link to this comparison view

Both sides previous revision Previous revision
sw:security [2024/07/31 08:17]
tomas
sw:security [2026/05/05 18:30] (current)
tomas
Line 75: Line 75:
  
 ''openssl pkcs12 -info -in a.pfx'' ... informace o certifikatu\\ ''openssl pkcs12 -info -in a.pfx'' ... informace o certifikatu\\
 +''openssl pkcs12 -info -password pass:HESLO -passout pass:HESLO -in a.pfx'' ... informace o certifikatu, použití hesla\\
 ''openssl pkcs12 -export -in lipensky.cz.crt -inkey lipensky.cz.key -out lipensky.cz.p12'' ... vytvoreni P12 klicekny\\ ''openssl pkcs12 -export -in lipensky.cz.crt -inkey lipensky.cz.key -out lipensky.cz.p12'' ... vytvoreni P12 klicekny\\
 ''openssl pkcs12 -in certificate.p12 -out clientcert.pem -nodes -clcerts'' ... export certifikaty z p12 klicenky\\ ''openssl pkcs12 -in certificate.p12 -out clientcert.pem -nodes -clcerts'' ... export certifikaty z p12 klicenky\\