Skip to content

Commit 06a3055

Browse files
committed
docs: 📝 add minor doc adjustment
1 parent 0393c0f commit 06a3055

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-certs/src/generation.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ fn issuer_params(common_name: &str) -> CertificateParams {
143143
/// Sets basic certificate parameter for client and server auth certificates.
144144
///
145145
/// Sets the subject alt names to the name and the ip.
146+
/// IP Addresses can be used in SAN, see [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.6).
146147
fn certificate_params(
147148
name: &str,
148149
san: &SubjectAlternativeNames,

0 commit comments

Comments
 (0)