mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +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
@@ -70,6 +70,7 @@ class _CloudXNSLexiconClient(dns_common_lexicon.LexiconClient):
|
||||
super(_CloudXNSLexiconClient, self).__init__()
|
||||
|
||||
self.provider = cloudxns.Provider({
|
||||
'provider_name': 'cloudxns',
|
||||
'auth_username': api_key,
|
||||
'auth_token': secret_key,
|
||||
'ttl': ttl,
|
||||
|
||||
Reference in New Issue
Block a user