adding more info to cert import

Signed-off-by: Mike Stevenson <Mike.Stevenson@us.logicalis.com>
pull/252/head
Mike Stevenson 2017-10-25 17:16:31 -07:00
parent af2fae2be4
commit d086652bd6
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ curl --cacert ca.pem https://${KUBERNETES_PUBLIC_ADDRESS}:6443/version
``` ```
Import-Certificate -CertStoreLocation Cert:\CurrentUser\Root -FilePath ca.pem 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 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
``` ```