Skip to content

Commit

Permalink
test: e2e-identity: increase the validity period of the intermediate …
Browse files Browse the repository at this point in the history
…CA cert

By default it's 24h, which is relatively short if one tries to use these
certs for debugging. Increase it to 10 years to make it the same as the
validity period of root CA cert and the leaf cert.
  • Loading branch information
istankovic committed Nov 1, 2024
1 parent b27a458 commit 6c74a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-identity/tests/utils/docker/stepca.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ pub async fn start_acme_server(ca_cfg: &CaCfg) -> AcmeServer {
run_command(
&node,
"step certificate create 'Wire Intermediate CA' intermediate-ca.crt intermediate-ca.key
--template intermediate.template --password-file password
--template intermediate.template --password-file password --not-after 87600h
--ca root-ca.crt --ca-key root-ca.key --ca-password-file password",
)
.await;
Expand Down

0 comments on commit 6c74a2b

Please sign in to comment.