diff --git a/HowtoSSL.md b/HowtoSSL.md index 295d96e0..878b36b9 100644 --- a/HowtoSSL.md +++ b/HowtoSSL.md @@ -123,6 +123,18 @@ S'il s'agit de la clé : $ openssl pkcs12 -in private.pfx -nocerts -out private.pem ~~~ +### Convertir P7B vers CER + +~~~ +openssl pkcs7 -print_certs -in certificate.p7b -out certificate.cer +~~~ + +### Convertir DER vers PEM + +~~~ +openssl x509 -inform der -in certificate.cer -out certificate.pem +~~~ + ### Utilisation de Let's Encrypt Voir [notre HowtoLetsEncrypt](https://wiki.evolix.org/HowtoLetsEncrypt)