From 674678b5896babb047acf00634f1249db200aa32 Mon Sep 17 00:00:00 2001 From: abenmiloud Date: Thu, 2 Jul 2020 15:43:20 +0200 Subject: [PATCH] =?UTF-8?q?Corriger=20=C2=ABV=C3=A9rifier=20la=20correspon?= =?UTF-8?q?dance=20entre=20le=20Certificat=20Interm=C3=A9diaire=20et=20le?= =?UTF-8?q?=20certificat=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoSSL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoSSL.md b/HowtoSSL.md index a9833061..26d380f1 100644 --- a/HowtoSSL.md +++ b/HowtoSSL.md @@ -229,7 +229,7 @@ $ diff <(openssl rsa -in private.key -modulus | grep Modulus) <(openssl x509 -in ### Vérifier la correspondance entre le Certificat Intermédiaire et le certificat ~~~ -$ openssl verify -CAfile IntermediateCA.crt certificat.crt +$ openssl verify -untrusted IntermediateCA.crt certificat.crt ~~~ Il devra alors répondre :