mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
Lexicon v3 compatibility (#6474)
* Propagate correctly domain to lexicon providers * Pass required parameter to ovh provider * Fix all other lexicon-based dns plugins
This commit is contained in:
committed by
Brad Warren
parent
9403c1641d
commit
bc7763dd0f
@@ -62,6 +62,7 @@ class _LinodeLexiconClient(dns_common_lexicon.LexiconClient):
|
||||
def __init__(self, api_key):
|
||||
super(_LinodeLexiconClient, self).__init__()
|
||||
self.provider = linode.Provider({
|
||||
'provider_name': 'linode',
|
||||
'auth_token': api_key
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user