microsoft/garnet

PEM format cert for TLS

Open

#1.433 geöffnet am 11. Nov. 2025

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C# (660 Forks)batch import
help wanted

Repository-Metriken

Stars
 (11.827 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 16h) (55 gemergte PRs in 30 T)

Beschreibung

Feature request type

enhancement

Is your feature request related to a problem? Please describe

The security docs on the website specifies PKCS12 for TLS certificate format. https://microsoft.github.io/garnet/docs/security

PEM is more widely used in Unix systems including Linux, so it'd be great if that can be supported as well.

Describe the solution you'd like

Be able to use .pem plain text files for TLS certificates.

Describe alternatives you've considered

No response

Additional context

No response

Contributor Guide