Revision 4557c6f7b546a7f308bbb0561677858b64e04777 authored by Christophe Maudoux on 17 January 2019, 20:44:27 UTC, committed by Christophe Maudoux on 17 January 2019, 20:44:27 UTC
1 parent b7df16a
Raw File
ssl.conf
<VirtualHost *:19876>
	ServerName localhost
	SSLEngine On
	SSLCertificateFile cert.pem
	SSLCertificateKeyFile key.pem
</VirtualHost>
back to top