<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Import an Existing Keypair into the Keystore with PFX File in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Import-an-Existing-Keypair-into-the-Keystore-with-PFX-File/m-p/733113#M8309</link>
    <description>&lt;P&gt;I am trying to go off the AppDynamics documentation for Importing an Existing Keypair into the Keystore found here: &lt;A href="https://docs.appdynamics.com/display/PRO45/Controller+SSL+and+Certificates" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.appdynamics.com/display/PRO45/Controller+SSL+and+Certificates&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This assumes that we have the following files:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;private key: private.key&lt;/LI&gt;
&lt;LI&gt;signed public key: cert.crt&lt;/LI&gt;
&lt;LI&gt;CA root chain: ca.crt&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Do directions exist if I am working from a PFX file?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I did try to pull the .key and .crt file from the PFX file already.&amp;nbsp; This resulted in an error when I attempted to follow the instructions in the link.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Appd3.png" style="width: 672px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/35237iF3F477E849A94A7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jun 2019 18:38:23 GMT</pubDate>
    <dc:creator>Tom_Bayhan</dc:creator>
    <dc:date>2019-06-19T18:38:23Z</dc:date>
    <item>
      <title>Import an Existing Keypair into the Keystore with PFX File</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Import-an-Existing-Keypair-into-the-Keystore-with-PFX-File/m-p/733113#M8309</link>
      <description>&lt;P&gt;I am trying to go off the AppDynamics documentation for Importing an Existing Keypair into the Keystore found here: &lt;A href="https://docs.appdynamics.com/display/PRO45/Controller+SSL+and+Certificates" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.appdynamics.com/display/PRO45/Controller+SSL+and+Certificates&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This assumes that we have the following files:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;private key: private.key&lt;/LI&gt;
&lt;LI&gt;signed public key: cert.crt&lt;/LI&gt;
&lt;LI&gt;CA root chain: ca.crt&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Do directions exist if I am working from a PFX file?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I did try to pull the .key and .crt file from the PFX file already.&amp;nbsp; This resulted in an error when I attempted to follow the instructions in the link.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Appd3.png" style="width: 672px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/35237iF3F477E849A94A7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 18:38:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Import-an-Existing-Keypair-into-the-Keystore-with-PFX-File/m-p/733113#M8309</guid>
      <dc:creator>Tom_Bayhan</dc:creator>
      <dc:date>2019-06-19T18:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Import an Existing Keypair into the Keystore with PFX File</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Import-an-Existing-Keypair-into-the-Keystore-with-PFX-File/m-p/733114#M8310</link>
      <description>&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;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&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.appdynamics.com/display/PRO45/Controller+SSL+and+Certificates#ControllerSSLandCertificates-importkeypairImportanExistingKeypairintotheKeystore" target="_blank" rel="noopener noreferrer nofollow"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;PRE&gt;keytool -importkeystore -srckeystore &amp;lt;.pfx&amp;gt; -srcstoretype pkcs12 -destkeystore keystore.jks -deststoretype JKS&lt;/PRE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;.p12&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;.pfx&lt;SPAN&gt;&amp;nbsp;are both PKCS&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://appdynamics.zendesk.com/agent/tickets/12" target="_blank" rel="noopener ticket nofollow noreferrer"&gt;#12&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In case you do want or need to convert certificates, please see the link&amp;nbsp;&lt;A href="https://knowledge.digicert.com/solution/SO26449.html" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;&amp;nbsp;which covers how to convert certificates of varying formats.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sam&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Aug 2019 19:05:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Import-an-Existing-Keypair-into-the-Keystore-with-PFX-File/m-p/733114#M8310</guid>
      <dc:creator>Sam_Hosseini</dc:creator>
      <dc:date>2019-08-31T19:05:46Z</dc:date>
    </item>
  </channel>
</rss>

