It's worth noting here that BOTH of these settings should be true for
ideal performance: useAppPoolCredentials useKernelMode When
useKernelMode is disabled, client credentials are passed up to the IIS
worker process where the app pool account will be used, so it does not
matter what useAppPoolCreden...
Hi Lance,yes, you have to enable it on each webserver. In our automation
process we added this just before the snippet I posted
previously:Write-Host "Enabling Central Cert Provider"
Set-WebCentralCertProvider -UserName "$saUsername" -Password
"$saPassword" -PrivateKeyPassword "$certPass" where "saU...
Thanks for the write up. I am wondering if you have to add Centralized
Cert support (CCS) to every webserver that uses this in a web farmtoday
we have ssl termination on the f5 loadbalancers. We are looking at using
the centralized cert store (CCS) and have that setup on 2 webservers in
a farm but i...
Latest Comments