Purpose
Set enforcement of certificate revocation checking.
Usage
SSLCRC=[allow|require]
Notes
The default value is allow, meaning best effort attempts will be made to check certificate status, but if the status is UNKNOWN, the database connection will still proceed.
A value of require means the certificate status must be GOOD, or the database connection will fail.
See How to Secure Connections using TLS for detailed usage information.