Add explanation for "CN" (#16714)
* Add explanation for "CN" (#16456) * Grammar nit
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
99fccb9bbe
commit
e177e4e782
@@ -25,7 +25,8 @@ manually through `easyrsa`, `openssl` or `cfssl`.
|
||||
tar xzf easy-rsa.tar.gz
|
||||
cd easy-rsa-master/easyrsa3
|
||||
./easyrsa init-pki
|
||||
1. Generate a CA. (`--batch` set automatic mode. `--req-cn` default CN to use.)
|
||||
1. Generate a new certificate authority (CA). `--batch` sets automatic mode;
|
||||
`--req-cn` specifies the Common Name (CN) for the CA's new root certificate.
|
||||
|
||||
./easyrsa --batch "--req-cn=${MASTER_IP}@`date +%s`" build-ca nopass
|
||||
1. Generate server certificate and key.
|
||||
|
||||
Reference in New Issue
Block a user