Skip to content

Commit 4dc617f

Browse files
Update crates/stackable-certs/CHANGELOG.md
Co-authored-by: Nick <[email protected]>
1 parent 67cba18 commit 4dc617f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stackable-certs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88

99
- BREAKING: `CertificateAuthority::generate_leaf_certificate` (and `generate_rsa_leaf_certificate` and `generate_ecdsa_leaf_certificate`)
1010
now take an additional parameter `subject_alterative_dns_names`. The passed SANs are added to the generated certificate,
11-
this is needed for basically all modern TLS certificate validations when used with HTTPS.
11+
this is needed when the HTTPS server is accessible on multiple DNS names and/or IPs.
1212
Pass an empty list (`[]`) to keep the existing behavior ([#1057]).
1313
- BREAKING: The constant `DEFAULT_CA_VALIDITY_SECONDS` has been renamed to `DEFAULT_CA_VALIDITY` and now is of type `stackable_operator::time::Duration`.
1414
Also, the constant `ROOT_CA_SUBJECT` has been renamed to `SDP_ROOT_CA_SUBJECT` ([#1057]).

0 commit comments

Comments
 (0)