4 lines
72 B
Python
4 lines
72 B
Python
"""Constants for cert_expiry tests."""
|
|
|
|
PORT = 443
|
|
HOST = "example.com"
|