搜索

8.11. 查看证书和 CRLs 发布到文件

download PDF
证书和 CRL 可以发布到两类文件:base-64 编码或 DER-encoded。可以使用 dumpasn1 工具或 PrettyPrintCertPrettyPrintCrl 工具,查看这些文件的内容。
查看 base-64 编码文件中的内容:
  1. 将 base-64 文件转换为二进制文件。例如:
    AtoB /tmp/example.b64 /tmp/example.bin
  2. 使用 PrettyPrintCertPrettyPrintCrl 工具将二进制文件转换为 prettyprint 格式。例如:
    PrettyPrintCert example.bin example.cert
要查看 DER 编码文件的内容,只需运行 dumpasn1、 PrettyPrintCertPrettyPrintCrl 工具(使用 DER 编码文件)。例如:
PrettyPrintCrl example.der example.crl
Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.