Skip to content

Commit b5faf6d

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/stackable-certs/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ All notable changes to this project will be documented in this file.
1010
now take an additional parameter `subject_alterative_dns_names`. The passed SANs are added to the generated certificate,
1111
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]).
13-
- BREAKING: The constant `DEFAULT_CA_VALIDITY_SECONDS` has been renamed to `DEFAULT_CA_VALIDITY` and now is of type `stackable_operator::time::Duration`.
14-
Also, the constant `ROOT_CA_SUBJECT` has been renamed to `SDP_ROOT_CA_SUBJECT` ([#1057]).
13+
- BREAKING: Constants have been renamed/retyped ([#1057]):
14+
- `DEFAULT_CA_VALIDITY_SECONDS` has been renamed to `DEFAULT_CA_VALIDITY` and now is of type `stackable_operator::time::Duration`.
15+
- `ROOT_CA_SUBJECT` has been renamed to `SDP_ROOT_CA_SUBJECT`.
1516
- Added the function `CertificateAuthority::ca_cert` to easily get the CA `Certificate` ([#1057]).
1617

1718
## [0.3.1] - 2024-07-10

0 commit comments

Comments
 (0)