Database
MySQL Enterprise TDE
Extract the client private key from the endpoint PKCS #12 file
1min
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 to extract the client private key from the pkcs #12 file contained within the endpoint zip archive, 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 $ openssl pkcs12 in pki p12 nocerts nodes out client privatekey pem