Configuring Certificate Manager to Publish to Files
Chapter
20
Publishing Certificates and CRLs to a File
683
Step F. Check the File for the CRL
Whenever the Certificate Manager generates a CRL, it automatically attempts to
publish the CRL to the configured repository—in this case, the flat file. The CRL it
publishes is a binary blob, in the DER-encoded format. To check whether the
Certificate Manager published the correct CRL (in this case, the CRL contains only
one certificate), you need to do the following:
1.
Check whether the server generated the DER-encoded file containing the CRL.
To check whether the server published the CRL as a binary blob to the
specified directory, go to the directory you specified for the server to publish
CRLs. You should find a file with its name in the
crl-<this_update>.der
format, where
<this_update>
specifies the value derived from the
time-dependent variable named
This Update
of the CRL contained in the file.
If you don’t see the file, check your configuration.
2.
Convert the DER-encoded CRL to its base 64-encoded format using the Binary
to ASCII tool (see Chapter 8, “Binary to ASCII Tool” of CMS Command-Line
Tools Guide).
To convert the DER-encoded CRL to its base 64-encoded form:
a.
Open a command window.
b.
Go to this directory:
<server_root>/bin/cert/tools
c.
At the prompt, enter this:
BtoA[.bat] <input_file> <output_file>
substituting
<input_file>
with the path to the file that contains the
DER-encoded CRL and
<output_file>
with the path to the file to write
the base-64 encoded CRL. (The optional
.bat
specifies the file extension;
this is required only when running the utility on a Windows NT system.)
For example, if the DER-encoded file is in
C:\crls\crl-949102696899.der
and you want the base-64 encoded CRL
to be in
C:\crls\crl-949102696899.txt
, the command would look like
this:
BtoA C:\crls\crl-949102696899.der
C:\crls\crl-949102696899.txt
Содержание NETSCAPE MANAGEMENT SYSTEM 4.5
Страница 1: ...Installation and Setup Guide Netscape Certificate Management System Version4 5 October 2001...
Страница 22: ...22 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 32: ...32 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 80: ...Standards Summary 80 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 162: ...162 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 328: ...Password Quality Checker 328 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 434: ...Deleting a Privileged User 434 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 794: ...Managing Log Modules 794 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 796: ...796 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 827: ...827 Part 5 Appendix Appendix A Certificate Download Specification...
Страница 828: ...828 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 834: ...Object Identifiers 834 Netscape Certificate Management System Installation and Setup Guide October 2001...
Страница 850: ...850 Netscape Certificate Management System Installation and Setup Guide October 2001...