certbot/letsencrypt-apache
Jakub Warmuz df2baae476
apacheconf: sane sudo letsencrypt (fixes #2800)
- hardcoded
  `LETSENCRYPT=/home/travis/build/letsencrypt/letsencrypt/.tox/apacheconftest/bin/letsencrypt`
  causes Travis tests to fail if running under any other Travis user
  (from e.g. a fork)

- `sudo env "PATH=$PATH" letsencrypt` should make sure that sudo can
  find letsencrypt binary from virtualenv; realpath is not necessary

- sudo is called already from within the test script, no need to sudo
  the entire script
2016-04-10 17:57:21 +00:00
..
docs Fix some underline lengths in docs. 2015-11-25 12:43:29 -05:00
letsencrypt_apache apacheconf: sane sudo letsencrypt (fixes #2800) 2016-04-10 17:57:21 +00:00
LICENSE.txt Update Copyright notice in subpackages LICENSE. 2015-10-04 10:10:41 +00:00
MANIFEST.in Include centos-options-ssl-apache.conf in letsencrypt-apache 2016-02-10 16:35:00 -08:00
README.rst Add dummy README.rst files 2015-09-27 06:23:13 +00:00
readthedocs.org.requirements.txt RTD: install local deps for subpkgs (fixes #1086). 2015-10-23 19:01:13 +00:00
setup.py Bump version to 0.6.0 2016-04-05 17:55:29 -07:00

Apache plugin for Let's Encrypt client