7 lines
127 B
Python
7 lines
127 B
Python
|
"""Const for Cert Expiry."""
|
||
|
|
||
|
DOMAIN = "cert_expiry"
|
||
|
DEFAULT_NAME = "SSL Certificate Expiry"
|
||
|
DEFAULT_PORT = 443
|
||
|
TIMEOUT = 10.0
|