add letsencrypt stuff

This commit is contained in:
2020-07-08 13:01:03 +00:00
parent 48b0afefa9
commit 285505c7ac
3 changed files with 19 additions and 0 deletions

View File

@ -15,6 +15,8 @@ RUN \
-e 's,^#\(LoadModule authnz_ldap_module modules/mod_authnz_ldap.so\),\1,' \
-e 's,^#\(LoadModule ldap_module modules/mod_ldap.so\),\1,' \
-e 's,^#\(LoadModule ssl_module modules/mod_ssl.so\),\1,' \
-e 's,^#\(LoadModule watchdog_module modules/mod_watchdog.so\),\1,' \
-e 's,^#\(LoadModule md_module modules/mod_md.so\),\1,' \
-e 's,^#\(LoadModule socache_shmcb_module modules/mod_socache_shmcb.so\),\1,' \
-e 's,^#\(Include conf/extra/httpd-vhosts.conf\),Include conf/editable/httpd-vhosts.conf,' \
conf/httpd.conf && \