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