mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Extended IValidator, renamed arguments
This commit is contained in:
@@ -147,14 +147,17 @@ class IDisplay(zope.interface.Interface):
|
||||
class IValidator(zope.interface.Interface):
|
||||
"""Configuration validator."""
|
||||
|
||||
def redirect(name):
|
||||
def redirect(hostname):
|
||||
pass
|
||||
|
||||
def ocsp_stapling(name):
|
||||
def ocsp_stapling(hostname):
|
||||
pass
|
||||
|
||||
def https(name):
|
||||
def https(hostname):
|
||||
pass
|
||||
|
||||
def hsts(name):
|
||||
def hsts(hostname):
|
||||
pass
|
||||
|
||||
def spdy(hostname):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user