When a CSR is approved, the PEM certificate appears in the object’s status.certificate property, which can be used to authenticate with API server. To approve it: kubectl certificate approve csr1 where csr1 is the name of the CSR object.
When a CSR is approved, the PEM certificate appears in the object’s status.certificate property, which can be used to authenticate with API server. To approve it: kubectl certificate approve csr1 where csr1 is the name of the CSR object.