From 531782b7243b8d98b297cd9cc9b51ad6b4e0cd1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanno=20B=C3=B6ck?= <990588+hannob@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:34:04 +0200 Subject: [PATCH] correct comment --- spkihash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spkihash b/spkihash index cb561ca..30ac41e 100755 --- a/spkihash +++ b/spkihash @@ -1,7 +1,8 @@ #!/usr/bin/python3 # # calculates spkisha256 hash from: -# * private keys (PKCS1/PKCS8) +# * private and public keys (PKCS1/PKCS8) +# * X.509 certificates and certificate requests import argparse import hashlib