From 30a6443dcd0f8420aec0c81c09f5c6bc1aa9e21e Mon Sep 17 00:00:00 2001 From: JJ Date: Wed, 5 Feb 2025 10:46:55 +0100 Subject: [PATCH] cert_expiration_date --- cert_expiration_date.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cert_expiration_date.py b/cert_expiration_date.py index bb381bd..c3889dd 100644 --- a/cert_expiration_date.py +++ b/cert_expiration_date.py @@ -37,7 +37,7 @@ def check_certificate_expiry(hostname, port=443): if __name__ == "__main__": if len(sys.argv) != 2: - print("Uso: python check_certificate.py ") + print("Uso: python cert_expiration_date.py ") sys.exit(1) hostname = sys.argv[1]