Various updates

This commit is contained in:
Fernando Karnagi
2020-04-21 09:12:17 +08:00
parent 7bf6547bb0
commit eefe9b19bf
@@ -264,7 +264,7 @@ Few points to note:
### Approve Certificate Request
You will need to use kubeadmin to get CSR and approve it.
Use kubeadmin to create a CSR and approve it.
Get the list of CSRs
```
@@ -278,7 +278,7 @@ kubectl certificate approve john
### Get the Certificate
Once the CSR is approved, you can collect the Certificate by getting it from the CSR itself.
Retrieve the Certificate from the CSR.
```
kubectl get csr/john -o yaml