Modified HttpListener.cs and others for secure connection
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="ServerCertFile" value="/path/to/cert.pfx"/>
|
||||
<add key="CertFilePassword" value="password"/>
|
||||
<add key="ServerCertFile" value="/path/to/cert.pfx"/>
|
||||
</appSettings>
|
||||
</configuration>
|
||||
|
Reference in New Issue
Block a user