mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-10-19 18:22:55 +03:00
adding more info to cert import
Signed-off-by: Mike Stevenson <Mike.Stevenson@us.logicalis.com>
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user