Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

MySQL set SSL Certificates
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

MySQL set SSL Certificates

Hello everybody,

I'd like to set up SSL under MySQL
There are three possible settings:

# ssl-ca=/etc/mysql/cacert.pem
# ssl-cert=/etc/mysql/server-cert.pem
# ssl-key=/etc/mysql/server-key.pem

I've got a certificate from COMODO PositiveSSL and I've recieved 4 files:

AddTrustExternalCARoot.crt
COMODORSAAddTrustCA.crt
COMODORSADomainValidationSecureServerCA.crt
domain.crt

Where should I put them/set them?

Thanks in advance!

Comments

  • BharatBBharatB Member, Patron Provider
    edited April 2015

    server-cert = domain.crt

    server-key ( auto generates when u make a signing request )

    copy contents in the specfied order:

    COMODORSADomainValidationSecureServerCA.crt

    COMODORSAAddTrustCA.crt

    AddTrustExternalCARoot.crt



    into cacert.pem

Sign In or Register to comment.