MySQL Forums
Forum List  »  Security

Re: using a purchased cert for SSL connections
Posted by: Adam Monsen
Date: August 13, 2010 06:00PM

> Can this same cert be used with MySQL?

Turns out, yes. (thank you, MySQL support)

> If so, how?

Say your issuer gives you three files:

blah.crt - PEM certificate
blah.csr - PEM certificate request
blah.key - PEM RSA private key

Copy them to /etc/mysql, then set

ssl-ca=/etc/mysql/blah.csr
ssl-cert=/etc/mysql/blah.crt
ssl-key=/etc/mysql/blah.key

In your mysql config file. Done.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: using a purchased cert for SSL connections
1781
August 13, 2010 06:00PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.