【发布时间】:2014-11-11 10:00:47
【问题描述】:
我正在按照有关如何导入 a certificate with its whole chain into a keystore 的说明进行操作。 我面临的问题是我的系统上没有 c_rehash:
user@hostanme$ c_rehash ./certs
-bash: c_rehash: command not found
我找到了-subject_hash option of openssl x509,但我不确定如何使用它来复制 c_rehash 所做的任何事情。
如何在没有 c_rehash 命令/脚本的情况下对证书目录进行哈希处理?
【问题讨论】:
标签: ssl openssl ssl-certificate