VErsion 3.3.0p3
This commit is contained in:
7
pre_achme_challenge.sh
Executable file
7
pre_achme_challenge.sh
Executable 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
|
||||
Reference in New Issue
Block a user