mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Add --postfix-config-dir argument
This commit is contained in:
parent
a15fe57225
commit
d97a15861b
1 changed files with 6 additions and 0 deletions
|
|
@ -22,6 +22,12 @@ class Installer(plugins_common.Plugin):
|
|||
|
||||
description = "Configure TLS with the Postfix MTA"
|
||||
|
||||
@classmethod
|
||||
def add_parser_arguments(cls, add):
|
||||
add("config-dir", help="Path to the directory containing the "
|
||||
"Postfix main.cf file to modify instead of using the "
|
||||
"default configuration paths")
|
||||
|
||||
def __init__(self,
|
||||
postfix_dir,
|
||||
fixup=False):
|
||||
|
|
|
|||
Loading…
Reference in a new issue