Administration

Table Of Contents
c Set ocspURL to the URL of the OCSP Responder.
d Set ocspSigningCert to the location of the file that contains the OCSP Responder's signing
certificate.
3 Restart the View Connection Server service or security 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
Smart Card Certificate Revocation Checking Properties
You set values in the locked.properties file to enable and configure smart card certificate revocation
checking.
Table 31 lists the locked.properties file properties for certificate revocation checking.
Table 31. Properties for Smart Card Certificate Revocation Checking
Property Description
enableRevocationChecking
Set this property to true to enable certificate revocation
checking.
When this property is set to false, certificate revocation
checking is disabled and all other certificate revocation checking
properties are ignored.
The default value is false.
crlLocation
Specifies the location of the CRL, which can be either a URL or
a file path.
If you do not specify a URL, or if the specified URL is invalid,
View uses the list of CRLs on the user certificate if
allowCertCRLs is set to true or is not specified.
If View cannot access a CRL, CRL checking fails.
allowCertCRLs
When this property is set to true, View extracts a list of CRLs
from the user certificate.
The default value is true.
View Administration
VMware, Inc. 63