Compare commits

..

No commits in common. "1ad823a3011ca857f3373f9131b5f8e29179d6b7" and "ded08985b518a682c40bab93d43f11ec490c414e" have entirely different histories.

View File

@ -41,8 +41,6 @@ def update_host(host: str) -> bool:
gen_cert = call(gen_command)
if gen_cert.code != 0:
print(f"failed generating certificate: {gen_cert.err}")
print("Here is the log")
print(call(f"docker exec {container_name} cat /var/log/letsencrypt/letsencrypt.log").out)
return False
fullchain_command = call(f"docker exec {container_name} cat /etc/letsencrypt/live/{host}/fullchain.pem")