From 70f1dcd770575565812aef241fde5b51f68e88de Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Wed, 15 Jul 2020 12:06:56 +0200 Subject: [PATCH] genprotimg/check_hostkeydoc: improve documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit + remove outdated comment that the revocation list checking is not implemented + improve usage example Reviewed-by: Viktor Mihajlovski Signed-off-by: Marc Hartmayer Signed-off-by: Jan Höppner --- genprotimg/samples/check_hostkeydoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/genprotimg/samples/check_hostkeydoc b/genprotimg/samples/check_hostkeydoc index 91e5db6f..a96576fa 100755 --- a/genprotimg/samples/check_hostkeydoc +++ b/genprotimg/samples/check_hostkeydoc @@ -6,11 +6,9 @@ # verifying the issuer, the validity date and the signature. # Optionally verify the full trust chain using a CA certficate. # -# Revocation list checking not yet implemented. -# # Sample invocation: # -# ./check_hostkeydoc HKD1234.crt signing-key.crt +# ./check_hostkeydoc HKD1234.crt ibm-z-host-key-signing.crt -c DigiCertCA.crt -r ibm-z-host-key.crl # # Copyright IBM Corp. 2020 #