Message-ID: From: "harinath001 (@harinath001)" To: "pgjdbc/pgjdbc" Date: Tue, 01 Jul 2025 21:13:17 +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: harinath001 X-GitHub-Comment-Id: 3025549395 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-3025549395 Content-Type: text/plain; charset=utf-8 >Why do we need a PEM_KEY_ALGORITHM("pemKeyAlgorithm", "RSA", "Algorithm of the PEM key") setting when the PemKeyManager only supports RSA ? @davecramer `PemKeyManager` should also work for `EC` algorithm, along with `RSA`. So, I had to introduce a new setting.