Skip to content

Instantly share code, notes, and snippets.

@SteveSyfuhs
Created August 22, 2017 01:23
Show Gist options
  • Save SteveSyfuhs/694c2e6d84a2c484690f1e2728751b67 to your computer and use it in GitHub Desktop.
Save SteveSyfuhs/694c2e6d84a2c484690f1e2728751b67 to your computer and use it in GitHub Desktop.
Startup Configuration
{
"StartupTransformType": "My.Namespace.MyClass, MyAssembly",
"Server": {
"Port": "44320",
"ServerCertificate": {
"StoreName": "My",
"StoreLocation": "LocalMachine",
"Thumbprint": "84ee508fb0e1cf7c0075e20a431b6166cffc572f"
},
"ClientCertificates": [
{
"Thumbprint": "d0d71f4749b64efe07dbec1ff2f79f67c08b911e",
"VerifyChain": false
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment