@@ -6,14 +6,21 @@ All notable changes to this project will be documented in this file.
66
77### Added
88
9- - BREAKING: ` CertificateAuthority::generate_leaf_certificate ` (and ` generate_rsa_leaf_certificate ` and ` generate_ecdsa_leaf_certificate ` )
10- now take an additional parameter ` subject_alterative_dns_names ` . The passed SANs are added to the generated certificate,
11- this is needed when the HTTPS server is accessible on multiple DNS names and/or IPs.
12- Pass an empty list (` [] ` ) to keep the existing behavior ([ #1057 ] ).
9+ - Add the function ` CertificateAuthority::ca_cert ` to easily get the CA ` Certificate ` ([ #1057 ] ).
10+
11+ ### Changed
12+
13+ - BREAKING: The functions ` generate_leaf_certificate ` , ` generate_rsa_leaf_certificate ` and
14+ ` generate_ecdsa_leaf_certificate ` of ` CertificateAuthority ` accept an additional parameter
15+ ` subject_alterative_dns_names ` ([ #1057 ] ).
16+ - The passed SANs are added to the generated certificate, this is needed when the HTTPS server is
17+ accessible on multiple DNS names and/or IPs.
18+ - Pass an empty list (` [] ` ) to keep the existing behavior.
1319- BREAKING: Constants have been renamed/retyped ([ #1057 ] ):
1420 - ` DEFAULT_CA_VALIDITY_SECONDS ` has been renamed to ` DEFAULT_CA_VALIDITY ` and now is of type ` stackable_operator::time::Duration ` .
1521 - ` ROOT_CA_SUBJECT ` has been renamed to ` SDP_ROOT_CA_SUBJECT ` .
16- - Added the function ` CertificateAuthority::ca_cert ` to easily get the CA ` Certificate ` ([ #1057 ] ).
22+
23+ [ #1057 ] : https://github.com/stackabletech/operator-rs/pull/1057
1724
1825## [ 0.3.1] - 2024-07-10
1926
@@ -22,7 +29,6 @@ All notable changes to this project will be documented in this file.
2229- Bump rust-toolchain to 1.79.0 ([ #822 ] ).
2330
2431[ #822 ] : https://github.com/stackabletech/operator-rs/pull/822
25- [ #1057 ] : https://github.com/stackabletech/operator-rs/pull/1057
2632
2733## [ 0.3.0] - 2024-05-08
2834
0 commit comments