certbot/letsencrypt/client/validator.py

12 lines
259 B
Python

class Validator(object):
"""
This Class will contain an API to validate configurations.
"""
def redirect(name):
return
def ocsp_stapling(name):
return
def https(names):
return
def hsts(name):
return