mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
Added comment about installer.save()
This commit is contained in:
@@ -326,7 +326,7 @@ class Client(object):
|
|||||||
key_path=os.path.abspath(privkey_path),
|
key_path=os.path.abspath(privkey_path),
|
||||||
chain_path=chain_path,
|
chain_path=chain_path,
|
||||||
fullchain_path=fullchain_path)
|
fullchain_path=fullchain_path)
|
||||||
self.installer.save()
|
self.installer.save() # needed by the Apache plugin
|
||||||
|
|
||||||
self.installer.save("Deployed Let's Encrypt Certificate")
|
self.installer.save("Deployed Let's Encrypt Certificate")
|
||||||
# sites may have been enabled / final cleanup
|
# sites may have been enabled / final cleanup
|
||||||
|
|||||||
Reference in New Issue
Block a user