Revision f47f93533ceb02cfb4fe4c588c6d26bb55c9bd0f authored by Christophe Maudoux on 19 July 2019, 08:50:19 UTC, committed by Christophe Maudoux on 19 July 2019, 08:50:19 UTC
1 parent b81ccf7
Raw File
ssl.conf
<VirtualHost *:19876>
	ServerName localhost
	SSLEngine On
	SSLCertificateFile cert.pem
	SSLCertificateKeyFile key.pem
</VirtualHost>
back to top