我正在按照这里的说明 http://dev.mysql.com/doc/refman/5.6/en/creating-ssl-certs.html
但最后,我得到以下信息
[root@thor newcert]# openssl verify -CAfile ca-cert.pem server-cert.pem client-cert.pem
server-cert.pem: /C=GB/ST=Berkshire/L=Newbury/O=My Company Ltd
error 18 at 0 depth lookup:self signed certificate
OK
client-cert.pem: /C=GB/ST=Berkshire/L=Newbury/O=My Company Ltd
error 18 at 0 depth lookup:self signed certificate
OK
我该如何调试呢?我有点困惑,因为几天前按照这些说明操作,我无法让它再次工作。我已经以用户帐户和 root 身份尝试过此操作。
谢谢你。
-缺口
编辑:使用 CentOS 5.7 和 MySQL 5.5.21