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