VErsion 3.3.0p3

This commit is contained in:
2025-11-21 14:27:53 +01:00
parent 3f67a6995d
commit dbcc1ab607
8 changed files with 522 additions and 0 deletions

6
post_achme_challenge.sh Executable file
View 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