|
|
@ -13,6 +13,7 @@ command = [
|
|
|
|
"--cert-name", "mailu",
|
|
|
|
"--cert-name", "mailu",
|
|
|
|
"--preferred-challenges", "http", "--http-01-port", "8008",
|
|
|
|
"--preferred-challenges", "http", "--http-01-port", "8008",
|
|
|
|
"--keep-until-expiring",
|
|
|
|
"--keep-until-expiring",
|
|
|
|
|
|
|
|
"--renew-with-new-domains",
|
|
|
|
"--config-dir", "/certs/letsencrypt",
|
|
|
|
"--config-dir", "/certs/letsencrypt",
|
|
|
|
"--post-hook", "/config.py"
|
|
|
|
"--post-hook", "/config.py"
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -26,6 +27,7 @@ command2 = [
|
|
|
|
"--preferred-challenges", "http", "--http-01-port", "8008",
|
|
|
|
"--preferred-challenges", "http", "--http-01-port", "8008",
|
|
|
|
"--keep-until-expiring",
|
|
|
|
"--keep-until-expiring",
|
|
|
|
"--key-type", "ecdsa",
|
|
|
|
"--key-type", "ecdsa",
|
|
|
|
|
|
|
|
"--renew-with-new-domains",
|
|
|
|
"--config-dir", "/certs/letsencrypt",
|
|
|
|
"--config-dir", "/certs/letsencrypt",
|
|
|
|
"--post-hook", "/config.py"
|
|
|
|
"--post-hook", "/config.py"
|
|
|
|
]
|
|
|
|
]
|
|
|
|