Legacy SSL Client Cert syntax
{
"web" : {
"ssl" : {
"enable" : true,
"clientCert" : {
"mode" : "Requested",
"CACertFiles" : "rootCA.cer,anotherRootCA.cer",
// OR...
"CACertFiles" : [
"rootCA.cer",
"anotherRootCA.cer"
],
"CATrustStoreFile' : "cacerts",
"CATrustStorePass' : "changeit"
}
}
}
}Last updated
Was this helpful?