Add parameter eab_kid and eab_hmac_key
This commit is contained in:
parent
5dbe0a6d28
commit
078cb31eb7
6 changed files with 96 additions and 44 deletions
|
|
@ -22,7 +22,7 @@ def start():
|
|||
haproxy.haproxy("start")
|
||||
haproxy.sleep()
|
||||
|
||||
certbot = Certbot(Consts.certs_certbot, os.getenv("EASYHAPROXY_CERTBOT_EMAIL"), os.getenv("EASYHAPROXY_CERTBOT_SERVER", "").lower())
|
||||
certbot = Certbot(Consts.certs_certbot)
|
||||
|
||||
while True:
|
||||
if old_haproxy is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue