Viewing Certificates and CRLs Published to File
325
PrettyPrintCrl
input_file [output_file]
13. Compare the output.
14.8. Viewing Certificates and CRLs Published to File
Certificates and CRLs can be published to two types of files: base-64 encoded or DER-encoded. The
content of these files can be viewed by converting the files to pretty-print format using the
dumpasn1
tool or the
PrettyPrintCert
or
PrettyPrintCRL
tool.
To view the content in a base-64 encoded file, do the following:
1. Convert the base-64 file to binary. For example:
AtoB /tmp/example.b64 /tmp/example.bin
2. Use the
PrettyPrintCert
or
PrettyPrintCRL
tool to convert the binary file to pretty-print
format. For example:
PrettyPrintCert example.bin example.cert
Alternatively, the
dumpasn1
can be used to convert a binary certificate or CRL to pretty-print
format. The
dumpasn1
tool can be downloaded at
http://fedoraproject.org/extras/4/i386/repodata/
repoview/dumpasn1-0-20050404-1.fc4.html
.
To view the content of a DER-encoded file, simply run the
dumpasn1
,
PrettyPrintCert
, or
PrettyPrintCRL
tool with the DER-encoded file. For example:
PrettyPrintCRL example.der example.crl
14.9. Configuring the Directory for LDAP Publishing
Before certificates and CRLs can be published, the Directory Server must be configured to work with
the publishing system.
•
Section 14.9.1, “Schema”
•
Section 14.9.2, “Entry for the CA”
•
Section 14.9.3, “Bind DN”
•
Section 14.9.4, “Directory Authentication Method”
14.9.1. Schema
For a Certificate Manager to publish certificates and CRLs to a directory, it must be configured with
specific attributes and object classes. This section discusses those basic schema requirements.
Summary of Contents for CERTIFICATE SYSTEM 7.2 - MIGRATION GUIDE
Page 36: ...Chapter 1 Overview 16 Figure 1 4 Certificate System Architecture ...
Page 144: ...124 ...
Page 160: ...140 ...
Page 208: ...188 ...
Page 210: ...190 ...
Page 256: ...236 ...
Page 282: ...Chapter 12 Certificate Profiles 262 Parameter IssuerName_n IssuerType_n ...
Page 285: ...Freshest CRL Extension Default 265 Parameter PointName_n PointIssuerName_n ...
Page 362: ...342 ...
Page 376: ...356 ...
Page 436: ...416 ...
Page 490: ...470 ...
Page 504: ...484 ...