mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
log act_cert_path
This commit is contained in:
parent
ff569084f8
commit
79b0ed5cd3
1 changed files with 2 additions and 2 deletions
|
|
@ -165,8 +165,8 @@ class Client(object):
|
|||
cert_file.write(certr.body.as_pem())
|
||||
finally:
|
||||
cert_file.close()
|
||||
logging.info(
|
||||
"Server issued certificate; certificate written to %s", cert_path)
|
||||
logging.info("Server issued certificate; certificate written to %s",
|
||||
act_cert_path)
|
||||
|
||||
if certr.cert_chain_uri:
|
||||
# TODO: Except
|
||||
|
|
|
|||
Loading…
Reference in a new issue