<?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: Read .PEM files and add data in Dynatrace in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Read-PEM-files-and-add-data-in-Dynatrace/m-p/291338#M6925</link>
    <description>&lt;DIV&gt;Yes, that’s definitely the best approach. In my case, the requirement was for a lower environment, so I opted for the external script method to avoid adding extra overhead on the ActiveGate and keep things lightweight. For production or long-term automation, building an Extension is the right choice because it ensures native integration, better maintainability, and avoids manual intervention&lt;/DIV&gt;</description>
    <pubDate>Thu, 11 Dec 2025 20:26:46 GMT</pubDate>
    <dc:creator>sujit_k_singh</dc:creator>
    <dc:date>2025-12-11T20:26:46Z</dc:date>
    <item>
      <title>Read .PEM files and add data in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/Read-PEM-files-and-add-data-in-Dynatrace/m-p/291035#M6909</link>
      <description>&lt;P&gt;Hi, we have some .PEM certs that Dynatrace doesn't identify using SSL cert extension, as these certs are not running on any domain or port.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So we want to read all details from these certs and add the result in Dynatrace.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I created a python scripts and added result in excel, but I want to do it in automated way using Dynatrace extension.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Please let us know how to achieve that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 13:13:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Read-PEM-files-and-add-data-in-Dynatrace/m-p/291035#M6909</guid>
      <dc:creator>bhushansoni</dc:creator>
      <dc:date>2025-12-09T13:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Read .PEM files and add data in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/Read-PEM-files-and-add-data-in-Dynatrace/m-p/291280#M6919</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/98462"&gt;@bhushansoni&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since you already have a Python script parsing .pem files, you can turn that into a Dynatrace Extension 2.0 (Python). At a high level, the steps are: install the Dynatrace Extensions SDK, define an activation schema, implement the logic in __main__.py, then build and upload the extension.&lt;BR /&gt;However, this process can be a bit complex. In one of my client projects, I followed another approach:&lt;/P&gt;&lt;P&gt;Ran the Python script externally.&amp;nbsp;Pushed the parsed certificate data into Dynatrace using the Metrics v2 API (or OpenPipeline for richer data).&amp;nbsp;Finally, created dashboards and alerts based on the ingested metrics.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2025 03:46:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Read-PEM-files-and-add-data-in-Dynatrace/m-p/291280#M6919</guid>
      <dc:creator>sujit_k_singh</dc:creator>
      <dc:date>2025-12-11T03:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Read .PEM files and add data in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/Read-PEM-files-and-add-data-in-Dynatrace/m-p/291328#M6923</link>
      <description>&lt;P&gt;Thank you for your reply , i dont want any manual steps to run the script and upload result to dynatrace , i will try other approach with extension , thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2025 16:06:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Read-PEM-files-and-add-data-in-Dynatrace/m-p/291328#M6923</guid>
      <dc:creator>bhushansoni</dc:creator>
      <dc:date>2025-12-11T16:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Read .PEM files and add data in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/Read-PEM-files-and-add-data-in-Dynatrace/m-p/291338#M6925</link>
      <description>&lt;DIV&gt;Yes, that’s definitely the best approach. In my case, the requirement was for a lower environment, so I opted for the external script method to avoid adding extra overhead on the ActiveGate and keep things lightweight. For production or long-term automation, building an Extension is the right choice because it ensures native integration, better maintainability, and avoids manual intervention&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 Dec 2025 20:26:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Read-PEM-files-and-add-data-in-Dynatrace/m-p/291338#M6925</guid>
      <dc:creator>sujit_k_singh</dc:creator>
      <dc:date>2025-12-11T20:26:46Z</dc:date>
    </item>
  </channel>
</rss>

