VErsion 3.3.0p3
This commit is contained in:
6
post_achme_challenge.sh
Executable file
6
post_achme_challenge.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
!/bin/bash
|
||||
#Script to reactivate the ipv6-only web server after calling acme or certbot, to communicate via the ipv4/ipv6 proxy
|
||||
a2disconf 10-remoteip-proxyproto-off.conf
|
||||
a2enconf 10-remoteip-proxyproto.conf
|
||||
#Since Apache is only restarted by ISPConfig when the creation of the certificates is successful, we must always restart it as a precaution.
|
||||
systemctl reload apache2
|
||||
Reference in New Issue
Block a user