Skip to content

Commit

Permalink
Fixes config option documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
saltiyazan committed Sep 17, 2024
1 parent 5adad14 commit 621d8e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ config:
For example, "15s" for 15 seconds, "10w" for 10 weeks.
If no units are given, the unit will be assumed as days.
Defaults to 365 days.
This value should be longer than twice the certificate-validity.
This value should be equal to or longer than twice the certificate-validity.
Changing this value will trigger generation of a new CA certificate,
revoking all previously issued certificates.
certificate-validity:
Expand All @@ -137,7 +137,7 @@ config:
For example, "15s" for 15 seconds, "10w" for 10 weeks.
If no units are given, the unit will be assumed as days.
Defaults to 90 days.
This value should be longer than twice the certificate-validity.
This value should be equal to or shorter than half the root-ca-validity.
Changing this value will trigger generation of a new CA certificate,
revoking all previously issued certificates.
Expand Down

0 comments on commit 621d8e3

Please sign in to comment.