Signed-off-by: Mike Stevenson <Mike.Stevenson@us.logicalis.com>
pull/252/head
Mike Stevenson 2017-10-25 17:15:12 -07:00
parent e36064e4dc
commit c595d09a84
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ gcloud -q compute networks delete kubernetes-the-hard-way
Remove the CA certificate from the Root Certificates keystore: Remove the CA certificate from the Root Certificates keystore:
``` ```
Get-ChildTtem -Path Cert:\CurrentUser\Root\ | Where-Object { Get-ChildItem -Path Cert:\CurrentUser\Root\ | Where-Object {
$_.Thumbprint -eq (Get-PfxCertificate .\ca.pem).Thumbprint } | Remove-Item $_.Thumbprint -eq (Get-PfxCertificate .\ca.pem).Thumbprint } | Remove-Item
``` ```
Confirm the certificate details in the confirmation dialog box, and click Yes to continue. Confirm the certificate details in the confirmation dialog box, and click Yes to continue.