Files
ipv4-to-IPV6-Proxy-mit-und-…/pre_achme_challenge.sh
2025-11-21 14:30:51 +01:00

8 lines
386 B
Bash
Executable File

#!/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