1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-24 19:22:07 +03:00
Commit Graph

5086 Commits

Author SHA1 Message Date
bmw
34650cd4ad Merge pull request #2280 from TheNavigat/symlinksverify
Check for the existence of symlinks
2016-02-01 11:25:11 -08:00
Erik Rose
efd4f35782 Run le-auto tests on Travis.
* We choose a different Travis infra for one of the jobs, as in https://github.com/numpy/numpy/blob/master/.travis.yml#L49.
* We keep the language as "python" so the installation of packages (like tox, which we need) doesn't fail.
* Override the before_install to disable the dpkg stuff the other jobs need.
* adduser is redundant with `--groups sudo` above, so we delete it.
2016-02-01 13:52:56 -05:00
Peter Eckersley
e581335073 Merge pull request #2309 from letsencrypt/webroot-map-and-flags
Set webroot-map from diverse flags, user interaction, and config files correctly
2016-01-29 18:27:23 -08:00
bmw
2acb4b0deb Merge pull request #2319 from letsencrypt/revert-2295-revert-2201-revert-2171-kill-22
Revert "Revert "Revert "Temporarily disable Apache 2.2 support"""
2016-01-29 17:41:40 -08:00
bmw
609776a709 Revert "Revert "Revert "Temporarily disable Apache 2.2 support""" 2016-01-29 17:30:27 -08:00
bmw
33e0c8fe74 Merge pull request #2286 from SwartzCr/issue_1991
write servername/serveralias if copying a generic vhost
2016-01-29 17:29:10 -08:00
Noah Swartz
36e2c9a992 remove test hackery 2016-01-29 17:11:05 -08:00
Noah Swartz
7d63a0c8df fix stupid broken tests 2016-01-29 16:44:22 -08:00
Noah Swartz
7215376ff9 update server list with added names 2016-01-29 16:09:19 -08:00
Noah Swartz
a6d0410f4e remove old TODO 2016-01-29 15:30:23 -08:00
Peter Eckersley
fd1ebb2d9f Merge pull request #2313 from zauguin/master
Fix multiple snakeoil certs for nginx
2016-01-29 14:18:45 -08:00
Aaron Zirbes
95061b8487 Stop spewing "grep: /etc/os-release: No such file or directory" when running le-auto. Fix #2255.
Also bump embedded version number.
2016-01-29 17:05:01 -05:00
Peter Eckersley
60e72188e4 Don't stringify unicode after all
- Paths can be unicode; that's fine.
  - For now, unicode domains are caught and errored appropriately in
    le_util.check_domain_sanity(); one day they may be allowed
2016-01-29 14:01:59 -08:00
Peter Eckersley
d281162f17 Domain errors should include the domain in question 2016-01-29 13:41:24 -08:00
Noah Swartz
fd9fa1b965 Merge pull request #2284 from SwartzCr/centos_sslcompression
make different options ssl conf for centos
2016-01-29 13:40:52 -08:00
Peter Eckersley
eb59804f76 Merge pull request #2314 from letsencrypt/rpm-apache22
Small Apache 2.2 fixes
2016-01-29 13:34:58 -08:00
Brad Warren
50e2f769c0 loc--, readability++ 2016-01-29 12:54:34 -08:00
Marcel Krüger
5289420692 Protect opened files against IO-exceptions 2016-01-29 20:40:28 +01:00
Marcel Krüger
90f9254fc3 Fix multiple snakeoil certs for nginx 2016-01-29 18:25:50 +01:00
TheNavigat
b2ff1ed20f Adding docstring to functions in storage.py 2016-01-29 19:25:39 +02:00
TheNavigat
834b811ca0 Adding tests for checking the existence of symlinks 2016-01-29 18:30:49 +02:00
Blake Griffith
189d6eea26 Add check that symlinks exist. 2016-01-29 18:26:24 +02:00
Peter Eckersley
9cce97ee66 delint 2016-01-28 18:19:28 -08:00
Peter Eckersley
9bc4efe50c Better comment 2016-01-28 18:07:47 -08:00
Peter Eckersley
35ce4236e0 Better docs for --webroot-map 2016-01-28 18:01:41 -08:00
Peter Eckersley
4114ca1c23 Since we have a hook now, let's be done with all this unicode nonsense 2016-01-28 17:54:35 -08:00
Peter Eckersley
e056b35f28 Fix some merge bugs 2016-01-28 17:51:42 -08:00
Peter Eckersley
5167f30e66 Merge & enhance two webroot map processing efforts 2016-01-28 17:48:36 -08:00
Peter Eckersley
c552bce609 lintmonster 2016-01-28 17:22:43 -08:00
Peter Eckersley
4dc5c0462b Test setting webroot-path in a config file 2016-01-28 17:14:55 -08:00
Peter Eckersley
bf7f9d2cc1 Debugging, but also helpful errors... 2016-01-28 16:57:31 -08:00
Noah Swartz
b7c94bb297 don't continue if there's no vhost 2016-01-28 16:48:12 -08:00
Peter Eckersley
c9c81ef015 Test interactive domain -> webroot-map inclusion
Also factorise test cases
2016-01-28 16:46:52 -08:00
Peter Eckersley
10c8c1f533 Include interactively specified domains in webroot_map 2016-01-28 16:46:06 -08:00
Noah Swartz
5f50d698ee fix var name 2016-01-28 16:26:44 -08:00
Noah Swartz
69ac8c6cfa add servername/alias for all vhosts 2016-01-28 16:24:56 -08:00
Peter Eckersley
aac52e755a Whatever domains we picked should make it to the renewal conf 2016-01-28 15:54:28 -08:00
Noah Swartz
3e5b89daa5 remove save params 2016-01-28 15:54:02 -08:00
Noah Swartz
1417dc43cd save ssl directives 2016-01-28 15:38:14 -08:00
TheNavigat
ee8127cac6 Merge remote-tracking branch 'letsencrypt/master' 2016-01-29 01:01:01 +02:00
Peter Eckersley
63851bfa52 Treat webroot_map -> domain importation as a general property of configs 2016-01-28 14:54:11 -08:00
Noah Swartz
e7507e5354 don't double write servers 2016-01-28 14:53:47 -08:00
Peter Eckersley
002845c484 Merge remote-tracking branch 'origin/master' into wmf 2016-01-28 14:44:11 -08:00
Noah Swartz
ff98ae3f22 remove is_generic always write target_name 2016-01-28 13:25:10 -08:00
Peter Eckersley
14af8dad5a Merge pull request #2293 from olabini/update_comments_for_ranked_matches
Update comment to clarify that the ranking takes into account SSL
2016-01-28 12:53:32 -08:00
bmw
442f28dd5d Merge pull request #2299 from letsencrypt/candidate-0.3.0
Include 0.3.0 release in master's history
2016-01-28 09:54:38 -08:00
Peter Eckersley
3e78d5dff1 Merge pull request #2250 from letsencrypt/leauto-upgrades
[test_leauto_upgrades] actually use everything from v0.1.0 for setup
2016-01-27 18:46:47 -08:00
Peter Eckersley
b6d0632a10 Bump version to 0.4.0 2016-01-27 17:05:25 -08:00
Peter Eckersley
b7c33ceeb8 Merge branch 'master' into leauto-upgrades 2016-01-27 15:35:46 -08:00
Peter Eckersley
cf218dd7f1 Release 0.3.0 v0.3.0 2016-01-27 15:12:30 -08:00