specify chall for uri

This commit is contained in:
Brad Warren
2016-12-08 16:22:20 -08:00
parent 152a5d543d
commit e65c3f1720
+2 -2
View File
@@ -137,8 +137,8 @@ s.serve_forever()"
port = self.config.http01_port
msg = self._HTTP_INSTRUCTIONS.format(
achall=achall, encoded_token=achall.chall.encode('token'),
response=response, port=port, uri=achall.uri(achall.domain),
validation=validation)
response=response, port=port,
uri=achall.chall.uri(achall.domain), validation=validation)
else:
assert isinstance(achall.chall, challenges.DNS01)
msg = self._DNS_INSTRUCTIONS.format(