Compare commits
2 Commits
cb847f8b8f
...
ded08985b5
| Author | SHA1 | Date | |
|---|---|---|---|
| ded08985b5 | |||
|
|
671f414e45 |
2
main.py
2
main.py
@@ -35,7 +35,7 @@ def update_host(host: str) -> bool:
|
|||||||
print("Not correct node")
|
print("Not correct node")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
gen_command = f"docker exec {container_name} certbot --nginx --email emmtvv@gmail.com --agree-tos -d \"{host}\""
|
gen_command = f"docker exec {container_name} certbot --nginx --email emmtvv@gmail.com --agree-tos --non-interactive -d \"{host}\""
|
||||||
print(gen_command)
|
print(gen_command)
|
||||||
|
|
||||||
gen_cert = call(gen_command)
|
gen_cert = call(gen_command)
|
||||||
|
|||||||
Reference in New Issue
Block a user