mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
added todo notes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user