Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Support loading PEM formatted certificates directly #41

Open
jeffesquivels opened this issue Nov 8, 2019 · 1 comment
Open

Support loading PEM formatted certificates directly #41

jeffesquivels opened this issue Nov 8, 2019 · 1 comment
Assignees

Comments

@jeffesquivels
Copy link
Member

Currently, we only support loading certificates (and private key) from a PKCS#12 file, but most certificate providers (including Let's Encrypt) issue their certificates in separate non-encrypted PEM formatted files, so it makes sense for us to support loading certificates this way too.

@jeffesquivels jeffesquivels self-assigned this Nov 8, 2019
@jgraef
Copy link
Contributor

jgraef commented Nov 8, 2019

From #40:

I don't think we can use PEM files for the TLS certificates as native_tls haven't finished that feature yet[1]

[1] sfackler/rust-native-tls#27

So let's keep an eye on that issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants