Skip to main content
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:
Text
$ openssl pkcs12 -in pki.p12 -nocerts -nodes -out client-privatekey.pem