From 0d7bcf5e6e31956bc05d2a0a0e8cee57d89039c0 Mon Sep 17 00:00:00 2001 From: Manjunath A Kumatagi Date: Tue, 28 Feb 2017 22:49:37 -0500 Subject: [PATCH] Correct the certificate name --- docs/admin/authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/authentication.md b/docs/admin/authentication.md index 7a7d8f1bc3..63335e9d77 100644 --- a/docs/admin/authentication.md +++ b/docs/admin/authentication.md @@ -541,8 +541,8 @@ Finally, add the following parameters into API server start parameters: 1. Generate server certificate and key. (build-server-full [filename]: Generate a keypair and sign locally for a client or server) - ./easyrsa --subject-alt-name="IP:${MASTER_IP}" build-server-full kubernetes-master nopass -1. Copy `pki/ca.crt`, `pki/issued/kubernetes-master.crt`, and `pki/private/kubernetes-master.key` to your directory. + ./easyrsa --subject-alt-name="IP:${MASTER_IP}" build-server-full server nopass +1. Copy `pki/ca.crt`, `pki/issued/server.crt`, and `pki/private/server.key` to your directory. 1. Fill in and add the following parameters into the API server start parameters: --client-ca-file=/yourdirectory/ca.crt