Add user friendly wildcard error for ACMEv1 (#5636)

* add WildcardUnsupportedError

* Add friendly unsupported wildcard error msg

* correct documentation

* add version specifier
This commit is contained in:
Brad Warren
2018-03-01 14:54:48 -08:00
committed by GitHub
parent f0b337532c
commit 8121acf2c1
5 changed files with 48 additions and 8 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ class ClientTest(ClientTestCommon):
self.client.obtain_certificate_from_csr(
test_csr,
orderr=None))
auth_handler.handle_authorizations.assert_called_with(self.eg_order)
auth_handler.handle_authorizations.assert_called_with(self.eg_order, False)
# Test for no auth_handler
self.client.auth_handler = None