mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03:00
Merge branch 'master' into kuba-test-mode
This commit is contained in:
@@ -62,7 +62,7 @@ class Client(object):
|
||||
|
||||
# TODO: Allow for other alg types besides RS256
|
||||
self.network = network2.Network(
|
||||
config.server_url, jwk.JWKRSA.load(self.account.key.pem),
|
||||
config.server, jwk.JWKRSA.load(self.account.key.pem),
|
||||
verify_ssl=(not config.test_mode))
|
||||
|
||||
self.config = config
|
||||
|
||||
Reference in New Issue
Block a user