fixing typo for Generate

pull/584/head
marceline-git 2019-10-01 20:05:32 +01:00
parent eb93ba04fe
commit 98de45adea
1 changed files with 1 additions and 1 deletions

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.