Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在处理一个 PKI 项目,我想生成一个已撤销证书的列表。怎么能做到这一点?
谢谢。
我不知道有一个普通的 Java 解决方案可以做到这一点。大多数人可能会使用openssl命令行工具生成 CRL。但是,Bouncy Castle 库似乎支持在 Java 中生成 CRL。
openssl
参考: