From 40521a0e245435ffb0abc7e73116ef046634d05b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=A9quipe=20=20ALTO3?=
 <dp.pilat-alto3@dgfip.finances.gouv.fr>
Date: Wed, 9 Feb 2022 10:15:23 +0000
Subject: [PATCH] =?UTF-8?q?Update=20README.md=20:=20am=C3=A9lioration=20de?=
 =?UTF-8?q?=20la=20commande=20batch=20pour=20afficher=20le=20fichier=20de?=
 =?UTF-8?q?=20condensat=20en=20m=C3=AAme=20temps=20dans=20le=20r=C3=A9sult?=
 =?UTF-8?q?at=20de=20commande.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 57063e3..0ac81b6 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,7 @@ Si les condensats ne sont pas identiques, la commande retourne "False".
 ##### Sous Windows : batch
 La commande certutil ne permet pas de réaliser automatiquement la comparaison entre une clé générée et une clé fournie. La comparaison doit donc être "visuelle" : 
 ```batch
-certutil -hashfile 'alto3-testeur-execSigned.jar' SHA256
+certutil -hashfile 'alto3-testeur-execSigned.jar' SHA256  && type alto3-testeur-execSigned.sha256
 ```
 
 
-- 
GitLab