Skip to content

Commit dd443f0

Browse files
authored
Fix pending CSR deleted time is 24 hours
From the code, the `pendingExpiration = 24 * time.Hour`, so the pending CSR deleted time is 24 hours.
1 parent 1fd7c9c commit dd443f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/access-authn-authz/certificate-signing-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ state for some duration:
5656

5757
* Approved requests: automatically deleted after 1 hour
5858
* Denied requests: automatically deleted after 1 hour
59-
* Pending requests: automatically deleted after 1 hour
59+
* Pending requests: automatically deleted after 24 hours
6060

6161
## Signers
6262

0 commit comments

Comments
 (0)