diff --git a/HowtoSSL.md b/HowtoSSL.md index af20f450..02dc21a7 100644 --- a/HowtoSSL.md +++ b/HowtoSSL.md @@ -139,7 +139,7 @@ $ openssl pkey -in private.pkey -out private.pem openssl pkcs7 -print_certs -in certificate.p7b -out certificate.cer ~~~ -### Convertir DER vers PEM +### Convertir CER vers PEM ~~~ openssl x509 -inform der -in certificate.cer -out certificate.pem