We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CertificateSigningRequest
1 parent efc249a commit d42a2a4Copy full SHA for d42a2a4
src/csr.rs
@@ -24,9 +24,10 @@ impl PublicKeyData for PublicKey {
24
}
25
26
/// Data for a certificate signing request
27
-#[allow(missing_docs)]
28
pub struct CertificateSigningRequest {
+ /// Parameters for the certificate to be signed.
29
pub params: CertificateParams,
30
+ /// Public key to include in the certificate signing request.
31
pub public_key: PublicKey,
32
33
0 commit comments