genprotimg/check_hostkeydoc: improve documentation

+ remove outdated comment that the revocation list checking is not implemented
 + improve usage example

Reviewed-by: Viktor Mihajlovski <mihajlov@linux.ibm.com>
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2020-07-15 12:06:56 +02:00
committed by Jan Höppner
parent fcd5d64a45
commit 70f1dcd770

View File

@@ -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
#