Skip to content

Commit

Permalink
docs: remove stale reference to Certificate new-type
Browse files Browse the repository at this point in the history
We use the pki-types wrapper now, and it doesn't appear explicitly in te
code being discussed below, so remove the sentence.
  • Loading branch information
cpu committed Dec 1, 2023
1 parent 69e6f29 commit 058b351
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
//! If the SSL_CERT_FILE environment variable is set, certificates (in PEM
//! format) are read from that file instead.
//!
//! [`Certificate`] here is just a marker newtype that denotes a DER-encoded
//! X.509 certificate encoded as a `Vec<u8>`.
//!
//! If you want to load these certificates into a `rustls::RootCertStore`,
//! you'll likely want to do something like this:
//!
Expand Down

0 comments on commit 058b351

Please sign in to comment.