Various updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user