Update managing-tls-in-a-cluster.md
In my humble view, `kubectl certificate approve my-svc.my-namespace` command may understand easily to follow up this procedure. Update managing-tls-in-a-cluster.md Change some text as Divya Mohan's guidance. Update managing-tls-in-a-cluster.md Change text as sftim's guidance.! Thank you so much!pull/30500/head
parent
dfd0f41cc4
commit
0cb7bc3295
|
@ -162,9 +162,19 @@ Events: <none>
|
||||||
|
|
||||||
## Get the Certificate Signing Request Approved
|
## Get the Certificate Signing Request Approved
|
||||||
|
|
||||||
Approving the certificate signing request is either done by an automated
|
Approving the [certificate signing request](/docs/reference/access-authn-authz/certificate-signing-requests/)
|
||||||
approval process or on a one off basis by a cluster administrator. More
|
is either done by an automated approval process or on a one off basis by a cluster
|
||||||
information on what this involves is covered below.
|
administrator. If you're authorized to approve a certificate request, you can do that
|
||||||
|
manually using `kubectl`; for example:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
kubectl certificate approve my-svc.my-namespace
|
||||||
|
```
|
||||||
|
|
||||||
|
```none
|
||||||
|
certificatesigningrequest.certificates.k8s.io/my-svc.my-namespace approved
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Download the Certificate and Use It
|
## Download the Certificate and Use It
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue