<?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 Re: Path does not chain with any of the trust anchors. SAS DM in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Path-does-not-chain-with-any-of-the-trust-anchors-SAS-DM/m-p/817442#M24519</link>
    <description>There is a SDM task to remove certificates, but I'm not sure that would have any impact. You may want to confirm the root CA you are trying to install is indeed a root CA (issued by itself) and only contains the one certificate. This command should output the subject(s) and issuer(s) in a certificate file.&lt;BR /&gt;&lt;BR /&gt;openssl crl2pkcs7 -nocrl -certfile &amp;lt;certificate.pem&amp;gt; | openssl pkcs7 -print_certs -noout&lt;BR /&gt;&lt;BR /&gt;Here's the documentation on removing certificates from the bundle.&lt;BR /&gt;&lt;BR /&gt;Remove Your Certificates from the Trusted CA Bundle&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/secref/n0n1y5gwevy312n13h5bm4yf6quy.htm#p1ft87t44wxt36n1a4o834kwd146" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/secref/n0n1y5gwevy312n13h5bm4yf6quy.htm#p1ft87t44wxt36n1a4o834kwd146&lt;/A&gt;</description>
    <pubDate>Fri, 10 Jun 2022 13:00:42 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2022-06-10T13:00:42Z</dc:date>
    <item>
      <title>Path does not chain with any of the trust anchors. SAS DM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Path-does-not-chain-with-any-of-the-trust-anchors-SAS-DM/m-p/817225#M24516</link>
      <description>&lt;P&gt;Hi SAS Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need help.&lt;/P&gt;&lt;P&gt;Im renewing a new bundle certificate on windows SAS DM.&amp;nbsp;&lt;BR /&gt;I install it on sequence, root &amp;gt; intermediate &amp;gt; cert but are encountering the error&amp;nbsp;&lt;BR /&gt;"Path does not chain with any of the trust anchors" but as per checking the details on the certs are correct. CN, OU, etc.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I also added the certificates on Windows CA Store&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/secref/n12036intelplatform00install.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/secref/n12036intelplatform00install.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;im not sure what's wrong with the setup, im thinking can i delete the existing cacerts.jks, cacerts.pem, trustedcerts.jks, trustedcerts.pem and install everything?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 04:37:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Path-does-not-chain-with-any-of-the-trust-anchors-SAS-DM/m-p/817225#M24516</guid>
      <dc:creator>jbond007</dc:creator>
      <dc:date>2022-06-09T04:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Path does not chain with any of the trust anchors. SAS DM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Path-does-not-chain-with-any-of-the-trust-anchors-SAS-DM/m-p/817271#M24517</link>
      <description>Are you adding these all as a single file, or adding the certificates individually? Usually when I see this message it is because the certificates in a file with multiple certificates are in the wrong order.</description>
      <pubDate>Thu, 09 Jun 2022 11:48:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Path-does-not-chain-with-any-of-the-trust-anchors-SAS-DM/m-p/817271#M24517</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-06-09T11:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Path does not chain with any of the trust anchors. SAS DM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Path-does-not-chain-with-any-of-the-trust-anchors-SAS-DM/m-p/817404#M24518</link>
      <description>&lt;P&gt;Im adding it individually on SDM..&lt;/P&gt;&lt;P&gt;Yes correct. that's why im thinking if i can remove all the contents in the cacerts then reimport.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 05:05:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Path-does-not-chain-with-any-of-the-trust-anchors-SAS-DM/m-p/817404#M24518</guid>
      <dc:creator>jbond007</dc:creator>
      <dc:date>2022-06-10T05:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Path does not chain with any of the trust anchors. SAS DM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Path-does-not-chain-with-any-of-the-trust-anchors-SAS-DM/m-p/817442#M24519</link>
      <description>There is a SDM task to remove certificates, but I'm not sure that would have any impact. You may want to confirm the root CA you are trying to install is indeed a root CA (issued by itself) and only contains the one certificate. This command should output the subject(s) and issuer(s) in a certificate file.&lt;BR /&gt;&lt;BR /&gt;openssl crl2pkcs7 -nocrl -certfile &amp;lt;certificate.pem&amp;gt; | openssl pkcs7 -print_certs -noout&lt;BR /&gt;&lt;BR /&gt;Here's the documentation on removing certificates from the bundle.&lt;BR /&gt;&lt;BR /&gt;Remove Your Certificates from the Trusted CA Bundle&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/secref/n0n1y5gwevy312n13h5bm4yf6quy.htm#p1ft87t44wxt36n1a4o834kwd146" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/secref/n0n1y5gwevy312n13h5bm4yf6quy.htm#p1ft87t44wxt36n1a4o834kwd146&lt;/A&gt;</description>
      <pubDate>Fri, 10 Jun 2022 13:00:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Path-does-not-chain-with-any-of-the-trust-anchors-SAS-DM/m-p/817442#M24519</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-06-10T13:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Path does not chain with any of the trust anchors. SAS DM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Path-does-not-chain-with-any-of-the-trust-anchors-SAS-DM/m-p/818243#M24551</link>
      <description>&lt;P&gt;I forgot to reply to this hehe.. so basically i compared the cacerts file and the contents are different from the intermediate cert part. so i removed it through the SDM remove certificates from bundle and then try again to import using the same sequence root&amp;gt;intermediate&amp;gt;cert then it worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 02:06:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Path-does-not-chain-with-any-of-the-trust-anchors-SAS-DM/m-p/818243#M24551</guid>
      <dc:creator>jbond007</dc:creator>
      <dc:date>2022-06-15T02:06:59Z</dc:date>
    </item>
  </channel>
</rss>

