mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Was using constant name instead of conf name
This commit is contained in:
@@ -549,7 +549,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
||||
:param str port: Port to listen on
|
||||
|
||||
"""
|
||||
if self.conf("handle_mods"):
|
||||
if self.conf("handle-modules"):
|
||||
if "ssl_module" not in self.parser.modules:
|
||||
self.enable_mod("ssl", temp=temp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user