在运行时使用自定义 CA 签署证书
你好,我必须使用哪些特定功能来生成证书并使用我的自定义 CA 以编程方式对其进行签名。我在 openssl 文档中找不到任何有用的内容。感谢您的回答
Hallo, what specific functions do i have to use to generate certificate and programmaticaly sign it with my custom CA. I cant find anything useful in the openssl documentation. Thx for answer
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议查看相应命令行工具的源代码,例如 ca 子命令。您将找到可以根据需要粘合在一起的代码片段。
I recommend to look at the source of the respective command line tools, e.g. the ca subcommand. You'll find fragments of code that you can glue together to your needs.