fixing typo for Generate

This commit is contained in:
marceline-git
2019-10-01 20:05:32 +01:00
parent eb93ba04fe
commit 98de45adea

View File

@@ -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.