Skip to content

Commit

Permalink
Clarify docs for certificate::CertificateParams::serialize_request
Browse files Browse the repository at this point in the history
  • Loading branch information
lvkv authored and est31 committed Oct 29, 2024
1 parent 2faf2e1 commit 86ab4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcgen/src/certificate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ impl CertificateParams {
///
/// The constructed CSR will contain attributes based on the certificate parameters,
/// and include the subject public key information from `subject_key`. Additionally,
/// the CSR will be self-signed using the subject key.
/// the CSR will be signed using the subject key.
///
/// Note that subsequent invocations of `serialize_request()` will not produce the exact
/// same output.
Expand Down

0 comments on commit 86ab4b1

Please sign in to comment.