Skip to content

Commit c157fd7

Browse files
committed
Add limitations section
1 parent b4b3b22 commit c157fd7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/concourse/certificate_regeneration.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ version_created_at: "2024-05-07T12:23:43Z"
4747
(...)
4848
```
4949

50+
## Limitations
51+
52+
It's possible to renew CAs with the CronJob. Note however that this would be a one-step renewal process which can result in downtimes. The full 4-step CA renewal process as described on https://github.com/pivotal/credhub-release/blob/main/docs/ca-rotation.md is not implemented.
53+
54+
If you want to include the CA in the regeneration process, you can add it at the beginning of the list:
55+
```
56+
certificates_to_regenerate: "/concourse/main/my_CA,/concourse/main/cert_1,/concourse/main/cert_2"
57+
```
58+
The (self-signed) CA would be regenerated first and then the two certificates would be re-signed with the new CA and the validity would be extended.
59+
5060
## Deletion
5161

5262
To delete the CronJob, change to the directory `terragrunt/<concourse-instance>/automatic_certificate_regeneration` and call

0 commit comments

Comments
 (0)