Skip to content

Commit

Permalink
docs: 📝 add minor doc adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
dergecko committed Dec 15, 2024
1 parent 0393c0f commit 06a3055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-certs/src/generation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ fn issuer_params(common_name: &str) -> CertificateParams {
/// Sets basic certificate parameter for client and server auth certificates.
///
/// Sets the subject alt names to the name and the ip.
/// IP Addresses can be used in SAN, see [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.6).
fn certificate_params(
name: &str,
san: &SubjectAlternativeNames,
Expand Down

0 comments on commit 06a3055

Please sign in to comment.