Skip to content

Commit 86ab4b1

Browse files
lvkvest31
authored andcommitted
Clarify docs for certificate::CertificateParams::serialize_request
1 parent 2faf2e1 commit 86ab4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rcgen/src/certificate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ impl CertificateParams {
495495
///
496496
/// The constructed CSR will contain attributes based on the certificate parameters,
497497
/// and include the subject public key information from `subject_key`. Additionally,
498-
/// the CSR will be self-signed using the subject key.
498+
/// the CSR will be signed using the subject key.
499499
///
500500
/// Note that subsequent invocations of `serialize_request()` will not produce the exact
501501
/// same output.

0 commit comments

Comments
 (0)