Skip to content

Commit

Permalink
Self-signed certificates setup on Windows (Part 1) (#2909)
Browse files Browse the repository at this point in the history
* Update insecure.md

Copied the "Windows" section from https://docs.docker.com/datacenter/dtr/2.2/guides/user/access-dtr/ and changed the deep linkt to the msdn documentation.

* Update insecure.md

Link removed and updated the other one

* Remove mentions to DTR
  • Loading branch information
tippexs authored and joaofnfernandes committed Apr 25, 2017
1 parent b588970 commit f189917
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/insecure.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,18 @@ $ update-ca-trust enable
```

Restart Docker for the changes to take effect.

### Windows

Open Windows Explorer, right-click the certificate, and choose
**Install certificate**.

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'
[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 f189917

Please sign in to comment.