Revision 33ebe9178b443c335379f085a4f21c9ff7198138 authored by Christophe Maudoux on 19 January 2019, 16:08:15 UTC, committed by Christophe Maudoux on 19 January 2019, 16:08:15 UTC
1 parent 44ee4a7
Raw File
ssl.conf
<VirtualHost *:19876>
	ServerName localhost
	SSLEngine On
	SSLCertificateFile cert.pem
	SSLCertificateKeyFile key.pem
</VirtualHost>
back to top