WebTunnel bridge with Caddy

Similar simplicity can be achieved on Apache by enabling mod_md.

apt install apache2
a2enmod md
systemctl restart apache2

Virtual host configuration example for Apache is here.