在MAC OS使用命令行OpenSSL生成SSL证书时,openssl报错:
The stateOrProvinceName field needed to be the same in the CA certificate (Beijing) and the request (Beijing)
解决方法,编辑:/System/Library/OpenSSL/openssl.cnf
找到string_mask,设置为:utf8only
本文介绍在MacOS中使用OpenSSL生成SSL证书时遇到的错误:stateOrProvinceName字段在CA证书与请求中不一致的问题及解决办法。通过编辑openssl.cnf文件中的string_mask设置为utf8only来解决此问题。
在MAC OS使用命令行OpenSSL生成SSL证书时,openssl报错:
The stateOrProvinceName field needed to be the same in the CA certificate (Beijing) and the request (Beijing)
解决方法,编辑:/System/Library/OpenSSL/openssl.cnf
找到string_mask,设置为:utf8only
1773

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