Update outdated files in dev-1.21-ko.6 (p1)

This commit is contained in:
seokho-son
2021-07-12 16:08:07 +09:00
parent 2ebbdd6a1e
commit 30c6cec1ba
6 changed files with 40 additions and 27 deletions
@@ -116,7 +116,10 @@ weight: 20
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. 인증서를 본다.
1. 인증서 서명 요청을 확인한다.
openssl req -noout -text -in ./server.csr
1. 인증서를 확인한다.
openssl x509 -noout -text -in ./server.crt