<?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>question Re: PGP encryptio/decryption in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/PGP-encryptio-decryption/m-p/405623#M252491</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/117603"&gt;@nifier&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Unfortunately not.&amp;nbsp; When the&amp;nbsp;&lt;SPAN&gt;StandardPGPPublicKeyService&amp;nbsp;&lt;/SPAN&gt;Controller service is enabled, it loads the Keyring into heap memory.&amp;nbsp; Only stopping will allow you to edit the "Keyring" or allow it to load an updated keyring from the "Keyring File".&amp;nbsp; &amp;nbsp;Likewise, and component that has been configured to use this&amp;nbsp;&lt;SPAN&gt;StandardPGPPublicKeyService must be stopped whenever the Controller Service is disabled because a dependency exists between the two components and thus the components are no longer "Valid" and able to run when the controllers service is disabled.&amp;nbsp; &amp;nbsp; Stopping and Starting the Controller Service gives you the option to start all the dependent processors using it at same time.&lt;BR /&gt;&lt;BR /&gt;You could raise an Apache NiFi Jira (&lt;A href="https://issues.apache.org/jira/browse/NIFI" target="_blank"&gt;https://issues.apache.org/jira/browse/NIFI&lt;/A&gt;) for a new feature request around the&amp;nbsp;StandardPGPPublicKeyService Controller Service perhaps asking for ability to update a KeyRingFile while enabled and a specify a re-read interval for reading the KeyRingFile.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please help our community grow. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Apr 2025 12:57:23 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2025-04-07T12:57:23Z</dc:date>
    <item>
      <title>PGP encryptio/decryption</title>
      <link>https://community.cloudera.com/t5/Support-Questions/PGP-encryptio-decryption/m-p/405598#M252487</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;We are using&amp;nbsp;&lt;SPAN&gt;DecryptContentPGP&lt;/SPAN&gt;(Private key) and&lt;SPAN&gt;EncryptContentPGP(Public key)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;to encrypt and decrypt the file at rest, which is working fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This same cert is being used by multiple flows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We are facing an issue when we have to renew this cert. since we need to restart the controller service&amp;nbsp; StandardPGPPublicKeyService.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As this is being used by multiple flows, we need to stop and start all the flows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a easier way to update cert without restarting&amp;nbsp;StandardPGPPublicKeyService?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 07:07:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/PGP-encryptio-decryption/m-p/405598#M252487</guid>
      <dc:creator>nifier</dc:creator>
      <dc:date>2025-04-07T07:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: PGP encryptio/decryption</title>
      <link>https://community.cloudera.com/t5/Support-Questions/PGP-encryptio-decryption/m-p/405623#M252491</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/117603"&gt;@nifier&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Unfortunately not.&amp;nbsp; When the&amp;nbsp;&lt;SPAN&gt;StandardPGPPublicKeyService&amp;nbsp;&lt;/SPAN&gt;Controller service is enabled, it loads the Keyring into heap memory.&amp;nbsp; Only stopping will allow you to edit the "Keyring" or allow it to load an updated keyring from the "Keyring File".&amp;nbsp; &amp;nbsp;Likewise, and component that has been configured to use this&amp;nbsp;&lt;SPAN&gt;StandardPGPPublicKeyService must be stopped whenever the Controller Service is disabled because a dependency exists between the two components and thus the components are no longer "Valid" and able to run when the controllers service is disabled.&amp;nbsp; &amp;nbsp; Stopping and Starting the Controller Service gives you the option to start all the dependent processors using it at same time.&lt;BR /&gt;&lt;BR /&gt;You could raise an Apache NiFi Jira (&lt;A href="https://issues.apache.org/jira/browse/NIFI" target="_blank"&gt;https://issues.apache.org/jira/browse/NIFI&lt;/A&gt;) for a new feature request around the&amp;nbsp;StandardPGPPublicKeyService Controller Service perhaps asking for ability to update a KeyRingFile while enabled and a specify a re-read interval for reading the KeyRingFile.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please help our community grow. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 12:57:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/PGP-encryptio-decryption/m-p/405623#M252491</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2025-04-07T12:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: PGP encryptio/decryption</title>
      <link>https://community.cloudera.com/t5/Support-Questions/PGP-encryptio-decryption/m-p/405632#M252493</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;for your response.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 15:13:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/PGP-encryptio-decryption/m-p/405632#M252493</guid>
      <dc:creator>nifier</dc:creator>
      <dc:date>2025-04-07T15:13:05Z</dc:date>
    </item>
  </channel>
</rss>

