Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-20Use a discrete path for venv in docker, rather than /opt/letsencrypt.William Budington
This is useful for the docker development container, which we will want venv to persist for across runs.
2015-05-20sharng docker-compose.yml to add two separate container specifications:William Budington
one for development (that mounts the host git root to /opt/letsencrypt/src) and one for production (that doesn't).
2015-05-20Fix typosJakub Warmuz
2015-05-05Update docker setup.Jakub Warmuz
Changes: - uses debian:jessie as base image (more lightweight) - .dockerignore .git/.tox to speed up build process considerably - more caching-aware Dockerfile - copy current directory instead of git cloning the repo inside the container - /etc/letsencrypt and /var/lib/letsencrypt volumes; no need for "if os.environ.get" hack bootstrap script for debian had to be adjusted, as lsb_release is not present in debian:jessie image.
2015-03-21Adding a cert path for certs generated in dockerWilliam Budington
2015-03-21Adding docker-compose file for runtime configurationWilliam Budington