Exporting the certificate from the PKCS12 keyStore

Here, you will need the OpenSSL toolkit, and use it to create a Privacy Enhanced Mail (PEM) file:

openssl pkcs12 -in p12keystore -nokeys -out permanentWaves.pem -passin pass:keystorepassword

This will produce a PEM file containing the certificate from the original keyStore.

Get Mastering Apache Cassandra 3.x - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.