From 44965455ac6c78ede650d6d2d40b652bb80248b5 Mon Sep 17 00:00:00 2001 From: whirigoyen Date: Thu, 7 Oct 2021 14:56:46 +0200 Subject: [PATCH] TYpe CER -> DER --- HowtoSSL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoSSL.md b/HowtoSSL.md index e4083b1a..897f0784 100644 --- a/HowtoSSL.md +++ b/HowtoSSL.md @@ -147,7 +147,7 @@ $ openssl pkey -in private.pkey -out private.pem openssl pkcs7 -print_certs -in certificate.p7b -out certificate.cer ~~~ -### Convertir CER vers PEM +### Convertir DER vers PEM ~~~ openssl x509 -inform der -in certificate.cer -out certificate.pem