产生的原因是:
This thing happens when certificates share common data. You cannot have two
certificates that look otherwise the same.
方法一:
修改demoCA下 index.txt.attr
将
unique_subject = yes
改为
unique_subject = no
方法二:
删除demoCA下的index.txt,并再touch下
rm index.txt
touch index.txt
方法三:
将 common name设置成不同的
本文介绍了解决因证书共享相同数据而导致的问题的方法。提供了三种解决方案:一是更改index.txt.attr文件中的unique_subject属性;二是删除并重新创建index.txt文件;三是确保commonname字段具有唯一性。


被折叠的 条评论
为什么被折叠?



