cert_expiration_date

This commit is contained in:
2025-02-05 10:46:55 +01:00
parent f92551e9dc
commit 30a6443dcd
+1 -1
View File
@@ -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 <hostname>")
print("Uso: python cert_expiration_date.py <hostname>")
sys.exit(1)
hostname = sys.argv[1]