Message-ID: From: "harinath001 (@harinath001)" To: "pgjdbc/pgjdbc" Date: Tue, 01 Jul 2025 17:03:14 +0000 Subject: [pgjdbc/pgjdbc] issue #3702: Lack of support for PEM based certs and keys List-Id: X-GitHub-Author-Id: 9057411 X-GitHub-Author-Login: harinath001 X-GitHub-Issue: 3702 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: open X-GitHub-Type: issue X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3702 Content-Type: text/plain; charset=utf-8 ## Context I found that PGJDBC currently lacks support for PEM based certs and keys. We have a use case where PEM files are auto renewed on disk and converting them to DER format requires running something that watches files on disk and auto-converts to DER. Hence I would like to propose a patch for supporting PEM based certs, keys. Please find the PR here https://github.com/pgjdbc/pgjdbc/pull/3700 ## Other threads I also started conversation in the pgsql-jdbc, here is the link. https://www.postgresql.org/message-id/CAO7WNRRhJst%3DiT2C6kBjg%2BbYsQTBvN5ksXrNS5m%2BvkYGa%2BwGGw%40mail.gmail.com