certbot/letsencrypt-apache/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
..
augeas_lens Merge Augeas lens fix for backslashes in section headings 2016-02-25 14:44:19 +00:00
tests apacheconf: sane sudo letsencrypt (fixes #2800) 2016-04-10 17:57:21 +00:00
__init__.py mv letsencrypt_* letsencrypt-*. 2015-07-11 04:31:18 +00:00
augeas_configurator.py Pep8 love 2016-01-14 13:25:15 +02:00
centos-options-ssl-apache.conf make different options ssl conf for centos 2016-01-26 10:17:34 -08:00
configurator.py PEP8 fixes 2016-03-25 20:19:12 +02:00
constants.py Merge pull request #2718 from joohoi/pep8fixes 2016-04-01 09:27:57 -07:00
display_ops.py change wording 2016-03-15 12:07:46 -07:00
obj.py PEP8 fixes 2016-03-25 20:19:12 +02:00
options-ssl-apache.conf Commented out TLS SNI apache extra config file logging options, because of distro specific paths 2015-12-07 01:16:07 +02:00
parser.py fixes #2247 2016-02-19 17:58:37 -08:00
tls_sni_01.py PEP8 fixes 2016-03-25 20:19:12 +02:00