From 8558ad38605bdca702f5ea21d4e0073ccc6ef4ed Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 30 Oct 2015 16:53:04 -0700 Subject: [PATCH] Added comment about installer.save() --- letsencrypt/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/client.py b/letsencrypt/client.py index a3472cc59..6eb33f3fe 100644 --- a/letsencrypt/client.py +++ b/letsencrypt/client.py @@ -326,7 +326,7 @@ class Client(object): key_path=os.path.abspath(privkey_path), chain_path=chain_path, fullchain_path=fullchain_path) - self.installer.save() + self.installer.save() # needed by the Apache plugin self.installer.save("Deployed Let's Encrypt Certificate") # sites may have been enabled / final cleanup