From 468a47a8cfc38be82d4c6e4c6e62773c8c5b8760 Mon Sep 17 00:00:00 2001 From: vlaborie Date: Tue, 16 May 2017 12:28:01 +0200 Subject: [PATCH] Ajout pem to pkcs12 convertion --- HowtoSSL.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/HowtoSSL.md b/HowtoSSL.md index 4f214b04..6ef0c8b1 100644 --- a/HowtoSSL.md +++ b/HowtoSSL.md @@ -140,7 +140,13 @@ openssl pkcs7 -print_certs -in certificate.p7b -out certificate.cer openssl x509 -inform der -in certificate.cer -out certificate.pem ~~~ -### Utilisation de Let's Encrypt +### Convertir PEM vers pkcs12 + +~~~ +openssl pkcs12 -export -inkey private.key -in certificate.crt -out private.p12 +~~~ + +## Utilisation de Let's Encrypt Voir [notre HowtoLetsEncrypt](https://wiki.evolix.org/HowtoLetsEncrypt)