mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-17 09:30:42 +03:00
update docs
This commit is contained in:
@@ -10,14 +10,12 @@ This lab will setup a Certificate Authority and generated a single set of TLS ce
|
|||||||
|
|
||||||
> In production you should strongly consider generating individual TLS certificates for each component.
|
> In production you should strongly consider generating individual TLS certificates for each component.
|
||||||
|
|
||||||
After completing this lab you should have the following TLS certificates:
|
After completing this lab you should have the following TLS keys and certificates:
|
||||||
|
|
||||||
```
|
```
|
||||||
ca-key.pem
|
ca-key.pem
|
||||||
ca.csr
|
|
||||||
ca.pem
|
ca.pem
|
||||||
kubernetes-key.pem
|
kubernetes-key.pem
|
||||||
kubernetes.csr
|
|
||||||
kubernetes.pem
|
kubernetes.pem
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user