+ RedirectPermanent /.well-known/acme-challenge/ http://acme.openstreetmap.org/.well-known/acme-challenge/
+ RedirectPermanent / https://forum.openstreetmap.org/
+</VirtualHost>
+
+<VirtualHost *:443>
+ ServerAlias forum.osm.org
+ ServerAdmin webmaster@openstreetmap.org
+
+ SSLEngine on
+ SSLCertificateFile /etc/ssl/certs/forum.openstreetmap.org.pem
+ SSLCertificateKeyFile /etc/ssl/private/forum.openstreetmap.org.key
+
+ CustomLog /var/log/apache2/forum.openstreetmap.org-access.log combined
+ ErrorLog /var/log/apache2/forum.openstreetmap.org-error.log
+