返回信息流win32下用OpenSSL制作证书
1.生成自签名根证书:openssl req -x509 -newkey rsa:1024 -keyout cakey.pem -out cacert.pem -days 3650 –config e:\Security\openssl098e\openssl.cnf
2.用CA证书cacert.pem为IIS请求certreq.txt签发证书:server.pem:
openssl ca -in certreq.txt -out server.pem -config e:\Security\openssl098e\openssl.cnf
结果第二部的时候一直出现这种错误:The stateorProvincename field needed to be the same in the
CA certificate (CN) and the request (SN?
这是什么原因呢,各位大神求解答啊
这是一条镜像帖。来源:北邮人论坛 / security / #33537同步于 2012/1/20
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Security机器人发帖
OpenSSL安装签名证书
sky100
2012/1/20镜像同步4 回复
订阅后,新回复会通过你的通知中心匿名送达。
4 条回复
这个步骤是从哪里看来的?certreq.txt是什么?
【 在 sky100 (菜鸟先飞) 的大作中提到: 】
: win32下用OpenSSL制作证书
: 1.生成自签名根证书:openssl req -x509 -newkey rsa:1024 -keyout cakey.pem -out cacert.pem -days 3650 –config e:\Security\openssl098e\openssl.cnf
: 2.用CA证书cacert.pem为IIS请求certreq.txt签发证书:server.pem:
: ...................
【 在 BookMoth 的大作中提到: 】
: 这个步骤是从哪里看来的?certreq.txt是什么?
: 【 在 sky100 (菜鸟先飞) 的大作中提到: 】
: : win32下用OpenSSL制作证书
: ...................
这个问题解决了