Skip to content

Commit 7714140

Browse files
authored
Merge pull request #30500 from sysnet4admin/patch-5
Update managing-tls-in-a-cluster.md
2 parents bca3cdb + 0cb7bc3 commit 7714140

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

content/en/docs/tasks/tls/managing-tls-in-a-cluster.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,19 @@ Events: <none>
162162

163163
## Get the Certificate Signing Request Approved
164164

165-
Approving the certificate signing request is either done by an automated
166-
approval process or on a one off basis by a cluster administrator. More
167-
information on what this involves is covered below.
165+
Approving the [certificate signing request](/docs/reference/access-authn-authz/certificate-signing-requests/)
166+
is either done by an automated approval process or on a one off basis by a cluster
167+
administrator. If you're authorized to approve a certificate request, you can do that
168+
manually using `kubectl`; for example:
169+
170+
```shell
171+
kubectl certificate approve my-svc.my-namespace
172+
```
173+
174+
```none
175+
certificatesigningrequest.certificates.k8s.io/my-svc.my-namespace approved
176+
```
177+
168178

169179
## Download the Certificate and Use It
170180

0 commit comments

Comments
 (0)