How to OpenSSL Visualisation du CSR 1$ openssl req -text -in mydomain.csr -noout -verify Visualisation d'un certificat 1$ openssl x509 -text -in mydomain.crt -noout Conversion CRT to PKCS#12 1$ openssl pkcs12 -export -name "mydomain-pkcs" -inkey mydomain.key -in mydomain.crt -out mydomain.pfx Extension PKCS#12 : .pfx ou .p12