From d086652bd61bc6f7d220435cc728989afe1a963d Mon Sep 17 00:00:00 2001 From: Mike Stevenson Date: Wed, 25 Oct 2017 17:16:31 -0700 Subject: [PATCH] adding more info to cert import Signed-off-by: Mike Stevenson --- docs/08-bootstrapping-kubernetes-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/08-bootstrapping-kubernetes-controllers.md b/docs/08-bootstrapping-kubernetes-controllers.md index da3610e..06251f7 100644 --- a/docs/08-bootstrapping-kubernetes-controllers.md +++ b/docs/08-bootstrapping-kubernetes-controllers.md @@ -334,7 +334,7 @@ curl --cacert ca.pem https://${KUBERNETES_PUBLIC_ADDRESS}:6443/version ``` Import-Certificate -CertStoreLocation Cert:\CurrentUser\Root -FilePath ca.pem ``` -This command will generate a warning making sure you want to install this certificate. Click Yes to install. +This command will generate a warning making sure you want to install this certificate. Verify the information, and click Yes to install. ``` [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ```