diff --git a/letsencrypt-apache/letsencrypt_apache/configurator.py b/letsencrypt-apache/letsencrypt_apache/configurator.py index d376fe4b6..47e748f9e 100644 --- a/letsencrypt-apache/letsencrypt_apache/configurator.py +++ b/letsencrypt-apache/letsencrypt_apache/configurator.py @@ -219,6 +219,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator): self.parser.add_dir( vhost.path, "SSLCertificateChainFile", chain_path) else: + # TODO: THIS??? self.aug.set(path["chain_path"][-1], chain_path) # Save notes about the transaction that took place diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 1b396b0b8..e2c11ad98 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -468,6 +468,7 @@ def install(args, config, plugins): # XXX: Update for renewer/RenewableCert try: + #TODO: maybe an error? not choose_configurator_plugins? installer, _ = choose_configurator_plugins(args, config, plugins, "auth") except PluginSelectionError, e: return e.message diff --git a/letsencrypt/client.py b/letsencrypt/client.py index 732bdcf03..0517abc2b 100644 --- a/letsencrypt/client.py +++ b/letsencrypt/client.py @@ -334,6 +334,7 @@ class Client(object): key_path=os.path.abspath(privkey_path), chain_path=chain_path, fullchain_path=fullchain_path) + # TODO: call self.installer.save() << in progress save self.installer.save("Deployed Let's Encrypt Certificate") # sites may have been enabled / final cleanup