Chapter 7. Using the Online Certificate Status Protocol Responder
198
Certificate Manager or do not contain the Authority Information Access extension, then
this configuration is not necessary.
1. Stop the OCSP Responder. For example:
service pki-ocsp stop
2. Open the OCSP's end user web applications directory. For example:
cd /var/lib/pki-ocsp/webapps
3. Open the
ROOT/WEB-INF/
directory in the
ROOT
folder of the OCSP's web applications directory.
For example:
cd /var/lib/pki-ocsp/webapps/ROOT/WEB-INF/
4. Create and open the
lib/
directory in the
ROOT
folder of the OCSP's web applications directory.
For example:
mkdir lib
cd lib/
5. Create a symlink that links back to the
/usr/share/java/pki/cms.jar
JAR file. For example:
ln -s /usr/share/java/pki/cms.jar cms.jar
6. Move up to the main web application directory. For example:
cd /var/lib/pki-ocsp/webapps/
7. Rename the current instance (
ocsp
) directory. For example:
mv /var/lib/pki-ocsp/webapps/ocsp /var/lib/pki-ocsp/webapps/ocsp2
8. Open the
WEB-INF/
directory in the original
ocsp/
directory. For example:
cd /var/lib/pki-ocsp/webapps/ocsp/WEB-INF
9. In original
ocsp/WEB-INF/
directory, edit the
web.xml
file and add lines mapping between the
eeocspAddCRL
and
csadmin-wizard
servlets.
<servlet-mapping>
<servlet-name> ocspOCSP </servlet-name>
<url-pattern> /ee/ocsp/* </url-pattern>
</servlet-mapping>
10. Create and install the
web.xml
file in the
ROOT
directory. For example:
<?xml version="1.0" encoding="ISO-8859-1"?>
Содержание CERTIFICATE SYSTEM 8.0 - ADMINISTRATION
Страница 1: ...Red Hat Certificate System 8 0 Admin Guide Publication date July 22 2009 updated on March 25 2010 ...
Страница 42: ...20 ...
Страница 43: ...Part I Setting up Certificate Services ...
Страница 44: ......
Страница 190: ...168 ...
Страница 208: ...186 ...
Страница 223: ...Part II Additional Configuration to Manage CA Services ...
Страница 224: ......
Страница 256: ...234 ...
Страница 270: ...248 ...
Страница 280: ...258 ...
Страница 292: ...270 ...
Страница 293: ...Part III Managing the Subsystem Instances ...
Страница 294: ......
Страница 363: ...Managing RA Users 341 5 The user details page shows the person s UID full name email address and user SSL certificate ...
Страница 408: ...386 ...
Страница 438: ...416 ...
Страница 439: ...Part IV References ...
Страница 440: ......
Страница 503: ...Netscape Defined Certificate Extensions Reference 481 OID 2 16 840 1 113730 13 ...
Страница 504: ...482 ...
Страница 556: ...534 ...
Страница 564: ...542 ...