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

7
pre_achme_challenge.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
#Script to prepare the IPv6-only web server so that certificates can be created
#The ipv6-only web server can then issue certificates, but communication via the ipv4/ipv6 proxy is interrupted
echo "###################### pre Challenge ###############################"
a2disconf 10-remoteip-proxyproto.conf
a2enconf 10-remoteip-proxyproto-off.conf
systemctl reload apache2