当前位置: 代码迷 >> 综合 >> MAC OpenSSL: OpenSSL CA Signing Error field needed to be the same in the CA certificate
  详细解决方案

MAC OpenSSL: OpenSSL CA Signing Error field needed to be the same in the CA certificate

热度:67   发布时间:2024-01-18 07:12:51.0

在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

  相关解决方案