Skip to content

Commit

Permalink
csr: rustdoc for CertificateSigningRequest fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Sep 9, 2023
1 parent 6c6e716 commit cfb2ba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/csr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ impl PublicKeyData for PublicKey {
}

/// Data for a certificate signing request
#[allow(missing_docs)]
pub struct CertificateSigningRequest {
/// Parameters for the certificate to be signed.
pub params: CertificateParams,
/// Public key to include in the certificate signing request.
pub public_key: PublicKey,
}

Expand Down

0 comments on commit cfb2ba1

Please sign in to comment.