Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Fri, 13 Jun 2025 18:29:30 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3661: Why should PKCS12 name (or alias) be "user"? In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 2971224174 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3661 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3661#issuecomment-2971224174 Content-Type: text/plain; charset=utf-8 The reason is https://github.com/pgjdbc/pgjdbc/blob/bb911ff6caf9621f5dc06d9db4a0ab52a7fb1668/pgjdbc/src/main/java/org/postgresql/ssl/PKCS12KeyManager.java#L81 and currently have no plans to change it. PR's are welcome. Dave