Merge pull request #28492 from chrisnegus/add-view-csr

Added command to view CSR to Certificates page
This commit is contained in:
Kubernetes Prow Robot
2021-06-28 13:12:29 -07:00
committed by GitHub
@@ -116,6 +116,9 @@ manually through `easyrsa`, `openssl` or `cfssl`.
openssl x509 -req -in server.csr -CA ca.crt -CAkey ca.key \
-CAcreateserial -out server.crt -days 10000 \
-extensions v3_ext -extfile csr.conf
1. View the certificate signing request:
openssl req -noout -text -in ./server.csr
1. View the certificate:
openssl x509 -noout -text -in ./server.crt