Archiving of Rotated Log Files
Chapter
23
Managing CMS Logs
771
2.
Copy the security module database (
secmod.db
file) from the Administration
Server configuration directory to the CMS configuration directory.
The security module database is in this directory:
<server_root>/admin-serv/config
Copy it to this directory:
<server_root>/cert-<instance_id>/config
3.
Open a terminal window.
4.
At the command prompt, run the following command with the appropriate
information:
signtool -d <secdb_dir> -k <cert_nickname> -Z <output> <input>
<secdb_dir>
specifies the path to the directory that contains the
certificate, key, and security module databases for the CA. This must be the
same path you used to copy the security module database in step 2.
<cert_nickname>
specifies the nickname of the certificate you want the
utility to use for signing.
<output>
specifies the name of the JAR file (a signed zip file).
<input>
specifies the path to the directory that contains the log files.
For example, in a Windows system, your command might look like this:
signtool -d c:\netscape\servers\cert-testCA\config -k
testCAsigningcertificate -Z log_err_02_99.jar c:\archive\logs
where c
:\netscape\servers\cert-testCA\config
is the path to the
certificate, key, and security module databases (
secdb_dir
).
testCAsigningcertificate
is the certificate nickname (
cert_nickname
).
log_err_02_99.jar
is the name of the JAR file (output).
c:\archive\logs
is the directory to be signed (input).
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.01
Page 1: ...Installation and Setup Guide Netscape Certificate Management System Version6 01 May 2002...
Page 22: ...22 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 32: ...32 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 160: ...160 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 776: ...776 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 807: ...807 Part 5 Appendix Appendix A Certificate Download Specification...
Page 808: ...808 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 830: ...830 Netscape Certificate Management System Installation and Setup Guide May 2002...