ServerName chef.openstreetmap.org
ServerAdmin webmaster@openstreetmap.org
- SSLEngine on
- SSLProtocol all -SSLv2
- SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
- SSLCertificateFile /etc/ssl/certs/openstreetmap.pem
- SSLCertificateKeyFile /etc/ssl/private/openstreetmap.key
-
CustomLog /var/log/apache2/chef.openstreetmap.org-access.log combined
ErrorLog /var/log/apache2/chef.openstreetmap.org-error.log
+ SSLEngine on
SSLProxyEngine on
- ProxyPass / https://127.0.0.1:4443/
+ ProxyPass / https://<%= node[:fqdn] %>:4443/
</VirtualHost>