added todo notes

This commit is contained in:
Noah Swartz
2015-10-29 15:18:48 -07:00
parent 989c4d9514
commit 05be568e9e
3 changed files with 3 additions and 0 deletions
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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