process - 带有序列号的 OpenSSL 签名

标签 process openssl digital-signature

我正在尝试获取包含一些信息的 .crt 文件,但不幸的是,我无法生成序列号。

enter image description here

我想生成一个序列号,但与顶部序列号不同。

我的 CRT 是用 PHP 生成的,我想知道要在我的 openssl.cnf 中放入什么,才能拥有与底部“相同”的过程。

最佳答案

openssl_csr_sign function的最后一个参数将序列号放入crt

关于process - 带有序列号的 OpenSSL 签名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25464588/

相关文章:

python - twisted 和 multiprocessing.Process 如何创建僵尸?

c++ - 我的 https C++ 代码在某些网站上不起作用 (binance)

c - 使用 C 代码与 pkcs#11 for firefox 签署交易

azure - Azure Key Vault 中的 AATL 文档签名证书

java - JAVA中的签名验证及签名长度

java - 如何终止 NetBeans 中正在运行的 Maven 构建?

c++ - char数组的pid_t的初始值是什么?

linux - tcp 连接在 close_wait 中挂起并且属于 pid 1

openssl - 编译访问可视化工具时出现"library openssl was not set python depends on it, please enable"

ios - 如何使用IOS iphone SDK生成PKCS7格式签名?