Skip to content

Commit

Permalink
Fix rustdoc URL syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Mar 22, 2024
1 parent ffa66a2 commit ad145ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/certificates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ fn load_domain(certs_dir: &Path, domain: String) -> Result<CertifiedKey, CertLoa
/// possible type until we find one that works.
///
/// We should probably stop doing this and use a PEM file instead:
/// https://github.com/rustls/rustls/issues/1661
/// <https://github.com/rustls/rustls/issues/1661>
fn der_to_private_key(der: &[u8]) -> Result<Arc<dyn SigningKey>, rustls::Error> {
let keys = [
PrivateKeyDer::Pkcs1(pki_types::PrivatePkcs1KeyDer::from(der)),
Expand Down

0 comments on commit ad145ad

Please sign in to comment.