File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
content/en/docs/tasks/tls Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -162,9 +162,19 @@ Events: <none>
162
162
163
163
## Get the Certificate Signing Request Approved
164
164
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
+
168
178
169
179
## Download the Certificate and Use It
170
180
You can’t perform that action at this time.
0 commit comments