mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 09:18:58 +03:00
clarification re: certificate signing request
This commit is contained in:
@@ -60,8 +60,11 @@ Results:
|
||||
```
|
||||
ca-key.pem
|
||||
ca.pem
|
||||
ca.csr
|
||||
```
|
||||
|
||||
Note: `ca.csr` is a certificate signing request. It is created as an interim file and has not much use any more. It was used to generate `ca-key.pem` the private key and `ca.pem` the certificate which are two things you would use.
|
||||
|
||||
## Client and Server Certificates
|
||||
|
||||
In this section you will generate client and server certificates for each Kubernetes component and a client certificate for the Kubernetes `admin` user.
|
||||
|
||||
Reference in New Issue
Block a user