mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-09 04:12:41 +03:00
fixing typo for Generate
This commit is contained in:
@@ -47,7 +47,7 @@ In this section you will generate client and server certificates for each Kubern
|
|||||||
Generate the `admin` client certificate and private key:
|
Generate the `admin` client certificate and private key:
|
||||||
|
|
||||||
```
|
```
|
||||||
# Geenrate private key for admin user
|
# Generate private key for admin user
|
||||||
openssl genrsa -out admin.key 2048
|
openssl genrsa -out admin.key 2048
|
||||||
|
|
||||||
# Generate CSR for admin user. Note the OU.
|
# Generate CSR for admin user. Note the OU.
|
||||||
|
Reference in New Issue
Block a user