Self-signed certificates setup on Windows (Part 1) (#2909)
* 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
This commit is contained in:
parent
b588970105
commit
f1899170e9
1 changed files with 15 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue