We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a851f commit cd88a39Copy full SHA for cd88a39
rcgen/src/certificate.rs
@@ -146,7 +146,8 @@ impl CertificateParams {
146
///
147
/// The returned certificate will have its issuer field set to the subject of the
148
/// provided `issuer`, and the authority key identifier extension will be populated using
149
- /// the subject public key of `issuer`. It will be signed by `issuer_key`.
+ /// the subject public key of `issuer` (typically either a [`CertificateParams`] or
150
+ /// [`Certificate`]). It will be signed by `issuer_key`.
151
152
/// Note that no validation of the `issuer` certificate is performed. Rcgen will not require
153
/// the certificate to be a CA certificate, or have key usage extensions that allow signing.
0 commit comments