OpenSSL - error 18 at 0 depth lookup:self signed certificate

后端 未结 1 1272
梦如初夏
梦如初夏 2020-12-29 02:59

I was trying to create a SSL certificate to use with MySQL as like mentioned here : http://dev.mysql.com/doc/refman/5.5/en/creating-ssl-certs.html

While verifying th

相关标签:
1条回答
  • 2020-12-29 03:16

    I think you missed this part of the instructions:

    Whatever method you use to generate the certificate and key files, the Common Name value used for the server and client certificates/keys must each differ from the Common Name value used for the CA certificate. Otherwise, the certificate and key files will not work for servers compiled using OpenSSL.

    When OpenSSL prompts you for the Common Name for each certificate, use different names.

    0 讨论(0)
提交回复
热议问题