mirror of
https://github.com/certbot/certbot.git
synced 2026-03-01 12:50:24 -05:00
Merge branch 'master' into kuba-test-mode
This commit is contained in:
commit
d2425e5283
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue