Enabling Certificate Revocation Checking for DRM and TKS Users
195
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="true" sslProtocol="SSL"
sslOptions="ssl2=true,ssl3=true,tls=true"
ssl2Ciphers="-SSL2_RC4_128_WITH_MD5, ..."
ssl3Ciphers="-SSL3_FORTEZZA_DMS_WITH_NULL_SHA, ..."
tls3Ciphers="-SSL3_FORTEZZA_DMS_WITH_NULL_SHA, ..."
SSLImplementation="org.apache.tomcat.util.net.jss.JSSImplementation"
enableOCSP="true"
ocspResponderURL="http://server.example.com:9180/ca/ocsp"
ocspResponderCertNickname="ocspSigningCert cert-pki-ca 102409a"
ocspCacheSize="1000"
ocspMinCacheEntryDuration="60"
ocspMaxCacheEntryDuration="120"
ocspTimeout="10"
debug="true"
serverCertNickFile="/var/lib/pki-kra/conf/serverCertNick.conf"
passwordFile="/var/lib/pki-kra/conf/password.conf"
passwordClass="org.apache.tomcat.util.net.jss.PlainPasswordFile"
certdbDir="/var/lib/pki-kra/alias"/>
Example 7.1. OCSP Settings for the DRM Agent Interface
All of the OCSP checking parameters are listed in
Table 7.1, “OCSP Parameters for server.xml”
.
3. If the given OCSP service is not the CA, then the OCSP service's signing certificate must
be imported into the subsystem's NSS database. This can be done in the console or using
certutil
; both options are covered in
Section 16.5.1, “Installing Certificates in the Certificate
System Database”
.
4. Restart the subsystem. For example:
service pki-kra restart
Parameter
Description
enableOCSP
Enables (or disables) OCSP checking for the
subsystem.
ocspResponderURL
Sets the URL where the OCSP requests are
sent.
ocspResponderCertNickname
Sets the nickname of the signing certificate
for the responder, either the OCSP signing
certificate or the CA signing certificate. If this is
the OCSP signing certificate, then the certificate
must be imported into the subsystem's NSS
database and have the appropriate trust settings
set. The CA signing certificate will be in the
database already, as long as the subsystems are
in the same security domain.
ocspCacheSize
Sets the maximum number of cache entries.
Summary of Contents for CERTIFICATE SYSTEM 8.0 - ADMINISTRATION
Page 42: ...20 ...
Page 43: ...Part I Setting up Certificate Services ...
Page 44: ......
Page 190: ...168 ...
Page 208: ...186 ...
Page 223: ...Part II Additional Configuration to Manage CA Services ...
Page 224: ......
Page 256: ...234 ...
Page 270: ...248 ...
Page 280: ...258 ...
Page 292: ...270 ...
Page 293: ...Part III Managing the Subsystem Instances ...
Page 294: ......
Page 408: ...386 ...
Page 438: ...416 ...
Page 439: ...Part IV References ...
Page 440: ......
Page 503: ...Netscape Defined Certificate Extensions Reference 481 OID 2 16 840 1 113730 13 ...
Page 504: ...482 ...
Page 556: ...534 ...
Page 564: ...542 ...