Skip to content

Commit

Permalink
Update insecure.md (distribution#3444)
Browse files Browse the repository at this point in the history
  • Loading branch information
scjane authored and dylanrhysscott committed Jan 5, 2023
1 parent 4149ba7 commit 405776e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/insecure.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ isolated testing or in a tightly controlled, air-gapped environment.
- First, try using HTTPS.
- If HTTPS is available but the certificate is invalid, ignore the error
about the certificate.
- If HTTPS is not available, fall back to HTTP.
- If HTTPS is not available, fall back to HTTP.


2. Restart Docker for the changes to take effect.
Expand Down Expand Up @@ -146,7 +146,7 @@ update-ca-trust
$ update-ca-trust enable
```

Restart Docker for the changes to take effect.
Restart Docker for the changes to take effect.

### Windows

Expand All @@ -156,9 +156,10 @@ Open Windows Explorer, right-click the certificate, and choose
Then, select the following options:

* Store location: local machine
* Check 'place all certificates in the following store'
* Click 'Browser', and select 'Trusted Root Certificate Authorities'
* Click 'Finish'
* Check **place all certificates in the following store**
* Click **Browser**, and select **Trusted Root Certificate Authorities**
* Click **Finish**

[Learn more about managing TLS certificates](https://technet.microsoft.com/en-us/library/cc754841(v=ws.11).aspx#BKMK_addlocal)

After adding the CA certificate to Windows, restart Docker for Windows.

0 comments on commit 405776e

Please sign in to comment.