Hi, I'm trying to setup MySQL's SSL using openssl command.
The following works OK: 621 openssl req -new -keyout $DIR/server-key.pem -out $DIR/server-req.pem -days 3600 -config /etc/ssl/openssl.cnf 622 openssl ca -policy policy_anything -out $DIR/server-cert.pem -config /etc/ssl/openssl.cnf -infiles $DIR/server-req.pem This one too: 623 openssl req -new -keyout $DIR/client-key.pem -out $DIR/client-req.pem -days 3600 -config /etc/ssl/openssl.cnf But this one, does not: 624 openssl ca -policy policy_anything -out $DIR/client-cert.pem -config /etc/ssl/openssl.cnf -infiles $DIR/client-req.pem Certificate is to be certified until Feb 10 04:01:25 2004 GMT (365 days) Sign the certificate? [y/n]:y failed to update database TXT_DB error number 2 What could be the problems? Pointers please... Thanks in advance, Oki -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]