<?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: Failed to assign monitoring configuration to ActiveGate. Reason: Cannot extract extension from checking signature failed in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Failed-to-assign-monitoring-configuration-to-ActiveGate-Reason/m-p/297286#M7177</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/42367"&gt;@t_pawlak&lt;/a&gt;&amp;nbsp;Thanks for your input. As recommended I recreated the certificate and VSCode automatically uploaded the certificate to the dynatrace instance. I located the certificate based on time when I initiated create new certificate.&lt;BR /&gt;&lt;BR /&gt;For windows please check the following location if you are using VSCode for extension development.&lt;BR /&gt;C:\Users\&amp;lt;user&amp;gt;\AppData\Roaming\Code\User\workspaceStorage\&amp;lt;dynamic ID&amp;gt;\DynatracePlatformExtensions.dynatrace-extensions\certificates&lt;BR /&gt;Copy the ca.pem from this location to all active gates you have used to execute the extension. Finally restart the dynatrace extension service to resolve the issue.&lt;/P&gt;</description>
    <pubDate>Sun, 05 Apr 2026 15:03:03 GMT</pubDate>
    <dc:creator>nareshkumarg</dc:creator>
    <dc:date>2026-04-05T15:03:03Z</dc:date>
    <item>
      <title>Failed to assign monitoring configuration to ActiveGate. Reason: Cannot extract extension from checking signature failed</title>
      <link>https://community.dynatrace.com/t5/Extensions/Failed-to-assign-monitoring-configuration-to-ActiveGate-Reason/m-p/297271#M7173</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I developed an extension and uploaded it using Visual studio dynatrace extension I was able to upload and activate the extension but when I tried to configure the extension it gives the following error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Failed to assign monitoring configuration to ActiveGate. Reason: Cannot extract extension from C:\ProgramData\dynatrace\remotepluginmodule\/agent/runtime\extensions\download\custom_dyanext: checking signature failed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I have placed the CA.pem under the Active gate&amp;nbsp;C:\ProgramData\dynatrace\remotepluginmodule\agent\conf\certificates&lt;/P&gt;
&lt;P&gt;the certificate name is ca.pem. I could not find root.pem not sure where to get that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 06:45:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Failed-to-assign-monitoring-configuration-to-ActiveGate-Reason/m-p/297271#M7173</guid>
      <dc:creator>nareshkumarg</dc:creator>
      <dc:date>2026-04-08T06:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to assign monitoring configuration to ActiveGate. Reason: Cannot extract extension from checking signature failed</title>
      <link>https://community.dynatrace.com/t5/Extensions/Failed-to-assign-monitoring-configuration-to-ActiveGate-Reason/m-p/297282#M7175</link>
      <description>&lt;P&gt;I can upload and activate the extension from VScode but when I enable a configuration it fails with checking signature failed. I have placed the certificate under active gate, uploaded the developer and ca certificate under credential vault and restarted the activeGate. Still unable to fix the issue. No sure what the issue.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2026 01:17:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Failed-to-assign-monitoring-configuration-to-ActiveGate-Reason/m-p/297282#M7175</guid>
      <dc:creator>nareshkumarg</dc:creator>
      <dc:date>2026-04-05T01:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to assign monitoring configuration to ActiveGate. Reason: Cannot extract extension from checking signature failed</title>
      <link>https://community.dynatrace.com/t5/Extensions/Failed-to-assign-monitoring-configuration-to-ActiveGate-Reason/m-p/297283#M7176</link>
      <description>&lt;P&gt;This error means ActiveGate does not trust the extension signature, due to a certificate chain mismatch.&lt;/P&gt;&lt;P&gt;Key points:&lt;/P&gt;&lt;P&gt;The extension is signed with developer.pem, but validation is done using the root CA (root.pem)&lt;BR /&gt;The same root.pem must be uploaded to Credential Vault (Extension validation) and placed on ActiveGate.&lt;/P&gt;&lt;P&gt;Extension signed with one CA, ActiveGate trusts another --&amp;gt; signature validation fails&lt;/P&gt;&lt;P&gt;Just&amp;nbsp; re-sign the extension with the correct CA and ensure the same root.pem is used everywhere.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2026 08:43:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Failed-to-assign-monitoring-configuration-to-ActiveGate-Reason/m-p/297283#M7176</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2026-04-05T08:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to assign monitoring configuration to ActiveGate. Reason: Cannot extract extension from checking signature failed</title>
      <link>https://community.dynatrace.com/t5/Extensions/Failed-to-assign-monitoring-configuration-to-ActiveGate-Reason/m-p/297286#M7177</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/42367"&gt;@t_pawlak&lt;/a&gt;&amp;nbsp;Thanks for your input. As recommended I recreated the certificate and VSCode automatically uploaded the certificate to the dynatrace instance. I located the certificate based on time when I initiated create new certificate.&lt;BR /&gt;&lt;BR /&gt;For windows please check the following location if you are using VSCode for extension development.&lt;BR /&gt;C:\Users\&amp;lt;user&amp;gt;\AppData\Roaming\Code\User\workspaceStorage\&amp;lt;dynamic ID&amp;gt;\DynatracePlatformExtensions.dynatrace-extensions\certificates&lt;BR /&gt;Copy the ca.pem from this location to all active gates you have used to execute the extension. Finally restart the dynatrace extension service to resolve the issue.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2026 15:03:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Failed-to-assign-monitoring-configuration-to-ActiveGate-Reason/m-p/297286#M7177</guid>
      <dc:creator>nareshkumarg</dc:creator>
      <dc:date>2026-04-05T15:03:03Z</dc:date>
    </item>
  </channel>
</rss>

