mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Add validator class to be used after configuration to guarantee correctness
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user