mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Make sure we're not throwing away any unwritten changes to the config
This commit is contained in:
parent
3f6f267b2f
commit
92ea6cb049
1 changed files with 2 additions and 0 deletions
|
|
@ -1308,6 +1308,8 @@ 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)
|
||||
# Make sure we're not throwing away any unwritten changes to the config
|
||||
self.parser.ensure_augeas_state()
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue