Splunk AppDynamics

Import an Existing Keypair into the Keystore with PFX File

Tom_Bayhan
New Member

I am trying to go off the AppDynamics documentation for Importing an Existing Keypair into the Keystore found here: https://docs.appdynamics.com/display/PRO45/Controller+SSL+and+Certificates

This assumes that we have the following files:

  • private key: private.key
  • signed public key: cert.crt
  • CA root chain: ca.crt

Do directions exist if I am working from a PFX file? 

I did try to pull the .key and .crt file from the PFX file already.  This resulted in an error when I attempted to follow the instructions in the link. 

image.png

Labels (3)
0 Karma

Sam_Hosseini
Explorer

Hi Thomas,

If you already have a PFX file with the private key and the personal cert and the chain, then you should be able to just move straight to step 2 in the instructions documented here.

  • keytool -importkeystore -srckeystore <.pfx> -srcstoretype pkcs12 -destkeystore keystore.jks -deststoretype JKS


.p12 and .pfx are both PKCS #12 files.

Please do make sure that you change the password for the private key so that it is the same password as the keystore as outlined in step 8.

In case you do want or need to convert certificates, please see the link here which covers how to convert certificates of varying formats.

Regards,

Sam

0 Karma
Get Updates on the Splunk Community!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...