mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:35:06 +02:00
Changed SUSE mod handling constant
This commit is contained in:
@@ -98,7 +98,7 @@ CLI_DEFAULTS_SUSE = dict(
|
|||||||
enmod="a2enmod",
|
enmod="a2enmod",
|
||||||
dismod="a2dismod",
|
dismod="a2dismod",
|
||||||
le_vhost_ext="-le-ssl.conf",
|
le_vhost_ext="-le-ssl.conf",
|
||||||
handle_mods=True,
|
handle_mods=False,
|
||||||
handle_sites=False,
|
handle_sites=False,
|
||||||
challenge_location="/etc/apache2/vhosts.d",
|
challenge_location="/etc/apache2/vhosts.d",
|
||||||
MOD_SSL_CONF_SRC=pkg_resources.resource_filename(
|
MOD_SSL_CONF_SRC=pkg_resources.resource_filename(
|
||||||
|
|||||||
Reference in New Issue
Block a user