This repository has been archived by the owner on Sep 12, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable TLS by default if /ssl directory is present.
Generates needed keys and certs. If only one element in the key/cert pair is present, nothing is overriden; instead, the user is asked to either remove the existing element, or put the missing one back. Uses TLSv1, since TLSv1.1 nor TLSv1.2 are available in the current version of python 2.7. Usage: docker run -d -p 5000:5000 -v /etc/docker/certs.d:/ssl registry There are no breaking changes, since the /ssl directory is not present by default. Signed-off-by: Tibor Vass <teabee89@gmail.com>
- Loading branch information