Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add native TLS support to registry #132

Merged
merged 1 commit into from Feb 2, 2015

Conversation

stevvooe
Copy link
Collaborator

@stevvooe stevvooe commented Feb 2, 2015

This changeset provides simple tls support for a registry instance. Simply
providing a cert and key file are enough to get a tls registry running. If the
certs are trusted by the client, tls can be used throughout the push and pull
process.

If more complex TLS options are required, it is recommend that a proxy be used.
Contributions will be accepted to add more features, if necessary.

Signed-off-by: Stephen J Day stephen.day@docker.com

Closes #95.

This changeset provides simple tls support for a registry instance. Simply
providing a cert and key file are enough to get a tls registry running. If the
certs are trusted by the client, tls can be used throughout the push and pull
process.

If more complex TLS options are required, it is recommend that a proxy be used.
Contributions will be accepted to add more features, if necessary.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
@stevvooe stevvooe added this to the Registry/Beta milestone Feb 2, 2015
@stevvooe stevvooe self-assigned this Feb 2, 2015
@stevvooe
Copy link
Collaborator Author

stevvooe commented Feb 2, 2015

cc @dmp42

@dmp42
Copy link
Contributor

dmp42 commented Feb 2, 2015

LGTM

stevvooe added a commit that referenced this pull request Feb 2, 2015
Add native TLS support to registry
@stevvooe stevvooe merged commit 64cdd3e into distribution:master Feb 2, 2015
@stevvooe stevvooe deleted the add-tls-support branch February 2, 2015 22:53
@stevvooe stevvooe modified the milestones: Registry/2.0.0-beta, Registry/2.0 Mar 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support TLS natively in registry
2 participants