mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Changed SUSE mod handling constant
This commit is contained in:
parent
b891cac3dc
commit
c346cdf2f3
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ CLI_DEFAULTS_SUSE = dict(
|
|||
enmod="a2enmod",
|
||||
dismod="a2dismod",
|
||||
le_vhost_ext="-le-ssl.conf",
|
||||
handle_mods=True,
|
||||
handle_mods=False,
|
||||
handle_sites=False,
|
||||
challenge_location="/etc/apache2/vhosts.d",
|
||||
MOD_SSL_CONF_SRC=pkg_resources.resource_filename(
|
||||
|
|
|
|||
Loading…
Reference in a new issue