Merge pull request #594 from dsheets/patch-4

Docked for Mac: Custom host CA certs in stable
This commit is contained in:
Victoria Bialas 2016-11-21 11:21:31 -08:00 committed by GitHub
commit d5df4967f9
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ Networking topic.
### How do I add custom CA certificates?
Starting with Docker for Mac Beta 27 Release Notes (2016-09-28 1.12.2-rc1-beta27) and follow-on Beta releases, all trusted certificate authorities (CAs) (root or intermediate) are supported. (**Note:** Custom CA certificates are not yet supported on stable releases.)
Starting with Docker for Mac Beta 27 and Stable 1.12.3, all trusted certificate authorities (CAs) (root or intermediate) are supported.
Docker for Mac creates a certificate bundle of all user-trusted CAs based on the Mac Keychain, and appends it to Moby trusted certificates. So if an enterprise SSL certificate is trusted by the user on the host, it will be trusted by Docker for Mac.