Renames around DVSNIServer

This commit is contained in:
Jakub Warmuz
2015-11-07 18:24:17 +00:00
parent 93e69ef7de
commit 2266baf775
4 changed files with 25 additions and 23 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ class ServerManager(object):
address = ("", port)
try:
if challenge_type is challenges.TLSSNI01:
server = acme_standalone.DVSNIServer(address, self.certs)
server = acme_standalone.TLSSNI01Server(address, self.certs)
else: # challenges.HTTP01
server = acme_standalone.HTTP01Server(
address, self.http_01_resources)