mirror of
https://github.com/certbot/certbot.git
synced 2026-03-01 21:00:31 -05:00
12 lines
259 B
Python
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
|