Add support to tonic::transport::Certificate from_der
Open
- Dominant language
- Rust
- Stars
- 12.5k
- Forks
- 1.3k
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 24
Description
## Feature Request
### Motivation
PEM and DER are both common formats for the certificates and it stands to reason that both should be supported here in this implementation.
### Proposal
Add a trait similar to the from_pem() impl, but from_der()
Contributor guide
Assessment
This issue has not been assessed yet.