|
@@ -32,7 +32,7 @@ to serve all records."""
|
32
|
32
|
|
33
|
33
|
@classmethod
|
34
|
34
|
def add_parser_arguments(cls, add):
|
35
|
|
- add("certbot-pdns-config", "-f", default="/etc/letsencrypt/certbot-pdns.json",
|
|
35
|
+ add("certbot-pdns-config", default="/etc/letsencrypt/certbot-pdns.json",
|
36
|
36
|
help="Path to certbot-pdns configuration file")
|
37
|
37
|
|
38
|
38
|
def get_chall_pref(self, domain): # pragma: no cover
|