Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Tue, 01 Jul 2025 18:57:24 +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: davecramer X-GitHub-Comment-Id: 3025184949 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-3025184949 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` ?