mirror of
https://github.com/certbot/certbot.git
synced 2026-01-24 19:22:07 +03:00
13 lines
259 B
Python
13 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
|