Skip to content

Commit 69c9e63

Browse files
committed
Added command to view CSR to Certificates page
1 parent 89e642d commit 69c9e63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/en/docs/tasks/administer-cluster/certificates.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ manually through `easyrsa`, `openssl` or `cfssl`.
116116
openssl x509 -req -in server.csr -CA ca.crt -CAkey ca.key \
117117
-CAcreateserial -out server.crt -days 10000 \
118118
-extensions v3_ext -extfile csr.conf
119+
1. View the certificate signing request:
120+
121+
openssl req -noout -text -in ./server.csr
119122
1. View the certificate:
120123

121124
openssl x509 -noout -text -in ./server.crt

0 commit comments

Comments
 (0)