We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0393c0f commit 06a3055Copy full SHA for 06a3055
test-certs/src/generation.rs
@@ -143,6 +143,7 @@ fn issuer_params(common_name: &str) -> CertificateParams {
143
/// Sets basic certificate parameter for client and server auth certificates.
144
///
145
/// 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).
147
fn certificate_params(
148
name: &str,
149
san: &SubjectAlternativeNames,
0 commit comments