Database
MySQL Enterprise TDE

Extract the client private key from the endpoint PKCS #12 file

1min

Perform the following step to extract the client private key from the PKCS #12 file contained within the Endpoint zip archive:

The following OpenSSL command prompts you to enter the password for the PKCS #12 file. Copy and paste the value from the credential.txt file contained in the Endpoint zip archive.

1

Run the following OpenSSL command to extract the client private key from the endpoint PKCS #12 file and save it as a new PEM file.

Text