App.config 214 B

1234567
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <appSettings>
  4. <add key="CertFilePassword" value="password"/>
  5. <add key="ServerCertFile" value="/path/to/cert.pfx"/>
  6. </appSettings>
  7. </configuration>