Message-ID: From: "cfredri4 (@cfredri4)" To: "pgjdbc/pgjdbc" Date: Wed, 02 Jul 2025 12:05:14 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3700: Add PEMKeyManager to handle PEM based certs and keys. In-Reply-To: References: List-Id: X-GitHub-Author-Login: cfredri4 X-GitHub-Comment-Id: 3027622349 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3700 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3700#issuecomment-3027622349 Content-Type: text/plain; charset=utf-8 PEMKeyManager reads its material from file every time. This is different from the existing key managers (`PKCS12KeyManager`, `LazyKeyManager`) which only reads from file once. I think the behaviour should be consistent across all key managers, anything else would be confusing. Should the existing key managers be updated to always read from file to allow reloading/auto renewal as well?