From a794d1204f95daca4d624adabaa0ea93502f2808 Mon Sep 17 00:00:00 2001 From: pdiogoantunes Date: Thu, 15 Mar 2018 17:44:20 +0100 Subject: [PATCH] pkey --- HowtoSSL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HowtoSSL.md b/HowtoSSL.md index 7e93efd1..af20f450 100644 --- a/HowtoSSL.md +++ b/HowtoSSL.md @@ -127,6 +127,12 @@ S'il s'agit de la clé : $ openssl pkcs12 -in private.pfx -nocerts -out private.pem ~~~ +### Convertir PKEY vers PEM + +~~~ +$ openssl pkey -in private.pkey -out private.pem +~~~ + ### Convertir P7B vers CER ~~~