mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Chase all the mock threads all over the place
This commit is contained in:
@@ -38,7 +38,7 @@ def acme_from_config_key(config, key):
|
||||
# TODO: Allow for other alg types besides RS256
|
||||
net = acme_client.ClientNetwork(key, verify_ssl=(not config.no_verify_ssl),
|
||||
user_agent=_determine_user_agent(config))
|
||||
return acme_client.Client(directory=config.server, key=key, net=net)
|
||||
return acme_client.Client(config.server, key=key, net=net)
|
||||
|
||||
|
||||
def _determine_user_agent(config):
|
||||
|
||||
Reference in New Issue
Block a user