2012-08-04 14:51:31 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<appSettings>
|
2013-07-19 16:29:58 +08:00
|
|
|
<add key="CertFilePassword" value="password"/>
|
2013-08-27 21:02:50 +08:00
|
|
|
<add key="ServerCertFile" value="/path/to/cert.pfx"/>
|
2012-08-04 14:51:31 +08:00
|
|
|
</appSettings>
|
|
|
|
</configuration>
|