Aller au contenu

How to OpenSSL

  • Visualisation du CSR
$ openssl req -text -in mydomain.csr -noout -verify
  • Visualisation d'un certificat
$ openssl x509 -text -in mydomain.crt -noout
  • Conversion CRT to PKCS#12

$ openssl pkcs12 -export -name "mydomain-pkcs" -inkey mydomain.key -in mydomain.crt -out mydomain.pfx
Extension PKCS#12 : .pfx ou .p12