mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Call augeas load before reparsing modules to pick up the changes
This commit is contained in:
parent
9fceeec18d
commit
bc060c997e
1 changed files with 1 additions and 0 deletions
|
|
@ -1290,6 +1290,7 @@ class ApacheConfigurator(common.Installer):
|
|||
self.enable_mod("socache_shmcb", temp=temp)
|
||||
if "ssl_module" not in self.parser.modules:
|
||||
self.enable_mod("ssl", temp=temp)
|
||||
self.parser.aug.load()
|
||||
self.parser.reset_modules() # Reset to load the new ssl_module path
|
||||
# Call again because now we can gate on openssl version
|
||||
self.install_ssl_options_conf(self.mod_ssl_conf,
|
||||
|
|
|
|||
Loading…
Reference in a new issue