Skip to content

Commit

Permalink
Merge pull request coreos#664 from joshix/regauthpointer
Browse files Browse the repository at this point in the history
os/adding-CAs: Add links to auth'd registry doc.
  • Loading branch information
Josh Wood committed Nov 11, 2015
2 parents d558098 + 30ac2b0 commit 0784e24
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions os/adding-certificate-authorities.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CoreOS supports custom Certificate Authorities (CAs) in addition to the default

- Use a corporate wildcard certificate
- Use your own CA to communicate with an installation of CoreUpdate
- Use your own CA to communicate with a private Docker registry
- Use your own CA to [encrypt communications with a container registry](registry-authentication.md)

The setup process for any of these use-cases is the same:

Expand All @@ -14,5 +14,8 @@ The setup process for any of these use-cases is the same:

## More Information

[Generate Self Signed Certificates](generate-self-signed-certificates.md)
[Generate Self-Signed Certificates](generate-self-signed-certificates.md)

[Use an insecure registry behind a firewall](registry-authentication.md#using-a-registry-without-ssl-configured)

[etcd Security Model]({{site.baseurl}}/etcd/docs/latest/security.html)

0 comments on commit 0784e24

Please sign in to comment.