/ notes / misc

IIS

Application Pool Identities

Docs: https://learn.microsoft.com/en-us/iis/manage/configuring-security/application-pool-identities

User ‘AppPoolName’ : IIS AppPool\AppPoolName


Disable check of client certificate revocation list

How to disable the check of client certificate CRL, Certification Revocation List. IIS will only check cartificate validity (start/end date, chain, etc.) but will not try to download CRL or use it.

Check current status: netsh http show sslcert

Change the behavior:

Values meaning:

More info: