OpenSSL

加密与 SSL/TLS 工具包

openssl-nseq

名称

openssl-nseq - 创建或检查 Netscape 证书序列

语法

openssl nseq [-help] [-in 文件名] [-out 文件名] [-toseq] [-provider 名称] [-provider-path 路径] [-propquery propq]

描述

此命令接收包含 Netscape 证书序列的文件,并打印其中包含的证书;或者接收证书文件,并将其转换为 Netscape 证书序列。

Netscape 证书序列是一种旧的 Netscape 特定格式,有时可以发送到浏览器,作为标准 PKCS#7 格式的替代方案,用于发送多个证书到浏览器,例如在证书注册期间。它也用于 Netscape 证书服务器。

选项

-help

打印使用信息。

-in 文件名

指定要读取的输入文件名,如果未指定此选项,则为标准输入。

-out 文件名

指定输出文件名,默认为标准输出。

-toseq

通常,Netscape 证书序列将作为输入,输出为其中包含的证书。使用-toseq选项时,情况相反:从证书文件创建 Netscape 证书序列。

-provider 名称
-provider-path 路径
-propquery propq

请参阅"openssl(1) 中的提供程序选项"provider(7)property(7)

示例

输出 Netscape 证书序列中的证书

openssl nseq -in nseq.pem -out certs.pem

创建 Netscape 证书序列

openssl nseq -in certs.pem -toseq -out nseq.pem

版权所有 2000-2020 OpenSSL 项目作者。保留所有权利。

根据 Apache 许可证 2.0(“许可证”)许可。除非符合许可证,否则您不得使用此文件。您可以在源代码分发中的 LICENSE 文件或https://www.openssl.org/source/license.html中获取副本。