创建X.509授权证书
我们可以以编程方式创建包含任意属性(例如年龄、性别、职称等)的 X.509 证书吗?
我需要创建授权证书,客户端应用程序将在执行所需功能之前将其呈现给服务器应用程序。
我使用 Java 和 C#,所以任何解决方案/建议对我都有好处。
Can we programmatically create X.509 Certificate which contains arbitrary attributes e.g. Age, Gender, Designation etc.
I need to create Authorization Certificate, which client application will present to server application before executing the required function.
I am using Java and C#, so any solution/suggestion is good for me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先看看这个网站。
创建密钥库
以 PEM 格式导出证书文件
Have a look at this site for a start.
Create keystore
Export cert file in PEM format