When you configure OCSP certificate revocation checking, Horizon sends a verification request to an OCSP Responder to determine the revocation status of a smart card user certificate.
Prerequisites
Familiarize yourself with the locked.properties file properties for OCSP certificate revocation checking. See Smart Card Certificate Revocation Checking Properties.
Procedure
-
Create or edit the
locked.propertiesfile in the TLS/SSL gateway configuration folder on the Connection Server host.For example:
install_directory\View\Server\sslgateway\conf\locked.properties -
Add the
enableRevocationChecking,enableOCSP,ocspURL, andocspSigningCertproperties to thelocked.propertiesfile.a. Set
enableRevocationCheckingtotrueto enable smart card certificate revocation checking.b. Set
enableOCSPtotrueto enable OCSP certificate revocation checking.c. Set
ocspURLto the URL of the OCSP Responder.d. Set
ocspSigningCertto the location of the file that contains the OCSP Responder's signing certificate. -
Restart the Connection Server service to make your changes take effect
Example: locked.properties File
The file shown enables smart card authentication and smart card certificate revocation checking, configures both CRL and OCSP certificate revocation checking, specifies the OCSP Responder location, and identifies the file that contains the OCSP signing certificate.
trustKeyfile=lonqa.key
trustStoretype=jks
useCertAuth=true
enableRevocationChecking=true
enableOCSP=true
allowCertCRLs=true
ocspSigningCert=te-ca.signing.cer
ocspURL=http://te-ca.lonqa.int/ocsp
Was this page helpful?