From 6ef843cb91d8ed1b74adbf2f37d0a9f943d94421 Mon Sep 17 00:00:00 2001 From: bwaegeneire Date: Mon, 19 Dec 2022 14:41:03 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20=C3=A0=20la=20section=20de=20d=C3=A9pro?= =?UTF-8?q?tection=20de=20cl=C3=A9=20priv=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoSSL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HowtoSSL.md b/HowtoSSL.md index 0c4ac413..b9764f20 100644 --- a/HowtoSSL.md +++ b/HowtoSSL.md @@ -88,6 +88,8 @@ $ openssl rsa -in private.pem -out private.key $ rm private.pem ~~~ +Ça permet de passer une clée `ENCRYPTED PRIVATE KEY` en `PRIVATE KEY`. + ### Ajouter un mot de passe à une clé privée ~~~