Skip to content

Commit 0606d22

Browse files
authored
Merge pull request #28878 from astraw99/patch-1
Fix pending CSR delete time is 24 hours
2 parents 9946750 + dd443f0 commit 0606d22

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)