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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...