From b1fbf09e97f1f966dbd3b9779cb518150b3bf560 Mon Sep 17 00:00:00 2001 From: emorino Date: Mon, 20 Feb 2017 14:19:28 +0100 Subject: [PATCH] Ajout conversion divers format --- HowtoSSL.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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)