Open
Description
We only seem to support flat, DER/PEM-encoded X509 certificates (this is not documented).
Java shops often use PKCS12 to bundle certificate chains and/or keys with their associated certificates, so it would be nice to support loading certificates and key materials from these archives or improving the resulting error message to point to a doc about converting from PKCS12 to PEM-encoded, flat certificates.
For future searches: something along the lines of openssl pkcs12 -export -noenc -chain -in cert.pkcs12 -out ca.crt
will do the job.
cc: @knz @aaron-crl
Jira issue: CRDB-7707
Metadata
Metadata
Assignees
Labels
Pertains to authn subsystemsPertains to current CC production issues or short-term projectsSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Would prevent or help troubleshoot a customer escalation - bugs, missing observability/tooling, docsIssues/test failures with no fix SLADB Server & Security