From ddf7de828188cde8b61316ecd9d0f0c3d29e2e5e Mon Sep 17 00:00:00 2001 From: pdiogoantunes Date: Mon, 5 Mar 2018 11:37:03 +0100 Subject: [PATCH] convertir pkcs12 --- HowtoSSL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HowtoSSL.md b/HowtoSSL.md index bf1908e9..7e93efd1 100644 --- a/HowtoSSL.md +++ b/HowtoSSL.md @@ -113,6 +113,10 @@ Voir Notamment pour PKCS 12 (ou PFX) vers PEM : +~~~ +$ openssl pkcs12 -export -out output.pfx -inkey private.key -in certificate.crt +~~~ + ~~~ $ openssl pkcs12 -in private.pfx -out private.pem ~~~