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!

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...