Chained Client Certificates

我与影子孤独终老i 提交于 2019-12-04 09:53:47

The problem was that the root and intermediate certificates were not created as CA certificates.

To create them as CA certificates, I added

-extfile GenerateCertificate.cfg -extensions v3_ca

to their creation scripts, and added the GenerateCertificate.cfg file to my working directories (which contained the cert creation batch files).

I have editted my original post to reflect these changes.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!