fixed cert chain verification and samples

This commit is contained in:
Günter Obiltschnig
2014-10-09 23:56:00 +02:00
parent e271b1a970
commit f65d98f9c1
7 changed files with 91 additions and 95 deletions

View File

@@ -3,7 +3,9 @@
HTTPSTimeServer.format = %W, %e %b %y %H:%M:%S %Z
HTTPSTimeServer.port = 9443
schannel.server.certificateName = ${system.nodeName}
schannel.server.certificatePath = ${application.configDir}any.pfx
schannel.server.privateKeyPassphraseHandler.name = KeyFileHandler
schannel.server.privateKeyPassphraseHandler.options.password = secret
schannel.server.verificationMode = none
schannel.server.useMachineStore = false
schannel.server.useStrongCrypto = true