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

3745 Commits

Author SHA1 Message Date
Peter Eckersley
fc8af6b341 Merge pull request #1382 from koobs/patch-1
Add FreeBSD port/package to documentation (Usage)
2015-11-06 16:00:17 -08:00
bmw
50fc3321f3 Merge pull request #1381 from jimt/patch-1
Fix typo.
2015-11-06 13:02:40 -08:00
bmw
1d0b9b5ad5 Merge pull request #1387 from lucebac/master
Fixed typo in script name when trying to boostrap for manjaro
2015-11-06 10:20:00 -08:00
Luca Ebach
05b95b9166 Fixed typo in script name when trying to boostrap for manjaro 2015-11-06 14:16:12 +01:00
Kubilay Kocak
d054d05ea9 Add FreeBSD port/package to documentation
* Rename Distro's to Operating Systems
* Add instructions for FreeBSD port and package installation
2015-11-06 19:54:50 +11:00
Jim Tittsler
d67d04ecd7 Fix typo. 2015-11-06 16:47:38 +09:00
bmw
c8efa0acb8 Merge pull request #1361 from letsencrypt/both
Require --debug for many things, including python2.6 platforms
2015-11-05 20:21:09 -08:00
Peter Eckersley
24651e6b3f Handle py2.6 correctly ; be precise in documentation 2015-11-05 19:42:13 -08:00
Peter Eckersley
c0dd6e1dc8 Document --debug voodoo :) 2015-11-05 19:09:40 -08:00
Peter Eckersley
987840a539 Archlinux is tested 2015-11-05 19:09:38 -08:00
Peter Eckersley
a5c0aee175 Merge pull request #1291 from SwartzCr/issue_809
[needs revision] Embed Augeas Httpd lens
2015-11-05 16:39:21 -08:00
Peter Eckersley
f67fab6f5f Merge pull request #1360 from cure/patch-1
Remove another reference to simplehttp
2015-11-04 19:52:47 -08:00
Peter Eckersley
9d4049cef0 Merge pull request #1366 from ArchimedesPi/pr-look-at-known-issues
Add notices about known issues to docs
2015-11-04 19:52:09 -08:00
Noah Swartz
5fd4ed9d9d added documentation explaining why we're loading lens 2015-11-04 19:43:11 -08:00
Noah Swartz
af5ab05a58 Revert "switched the httpd.aug to the version from 1.2"
This reverts commit 60fce0b22e.
2015-11-04 19:34:24 -08:00
Liam Marshall
593b4b5eec Add notices about known issues to docs 2015-11-04 21:31:18 -06:00
Peter Eckersley
2029a3dfaa Merge pull request #1358 from ArchimedesPi/travis-trusty-beta
Test enabling builds on beta Trusty infrastructure [needs revision]
2015-11-04 19:16:19 -08:00
Peter Eckersley
b2415a53b0 Merge pull request #1364 from letsencrypt/fix_rollback
Fixes rollback of bad installation
2015-11-04 19:11:27 -08:00
Brad Warren
e9a17ce2d1 Moar logging 2015-11-04 19:06:14 -08:00
Liam Marshall
731dc212a5 Try an indirect fix (suggested by @pde)
This is a squash of several commits:

`sudo apt-get`

Add -y to apt-get install
2015-11-04 21:02:01 -06:00
Liam Marshall
94f0139c4d install mysql with apt
Hack to try to get mysql to install nicely
2015-11-04 20:57:36 -06:00
Liam Marshall
9a59647224 Enable builds on beta Trusty infrastructure 2015-11-04 20:57:36 -06:00
Brad Warren
86d68f6028 fixes #998 2015-11-04 18:32:17 -08:00
Peter Eckersley
573f32c748 React badly to python <= 2.5; let the user set LE_PYTHON 2015-11-04 18:09:05 -08:00
Ward Vandewege
fc7dad116b Remove another reference to simplehttp
Since the command `a2enconf letsencrypt` is listed on this page, make sure the config file is named accordingly.
2015-11-04 21:07:04 -05:00
Peter Eckersley
167cf008d0 Merge the streams fully: python2.6 triggers --debug requirement 2015-11-04 17:13:38 -08:00
Peter Eckersley
3faa93ab28 Merge remote-tracking branch 'kuba/auto-2.6-squeeze' into both
Combining the --debug gating changes with Kuba's 2.6 support
2015-11-04 17:09:44 -08:00
Peter Eckersley
abfa6db83f elif nit 2015-11-04 16:51:13 -08:00
bmw
c1af86082d Merge pull request #1336 from kuba/webroot-ct-snippets
Content-Type=text/plain for webroot snippets
2015-11-04 15:29:06 -08:00
Peter Eckersley
d2f1ae9c38 Require --debug for letsencrypt-auto on platforms thare aren't regularly tested
Mitigates: #1270 #1196
2015-11-04 13:59:50 -08:00
Jakub Warmuz
f5053ba8af constants.AUGEAS_LENS_DIR 2015-11-04 20:12:39 +00:00
Jakub Warmuz
ac137fc00a Merge remote-tracking branch 'github/letsencrypt/master' into test-embed-lens 2015-11-04 19:38:43 +00:00
Jakub Warmuz
9e8ce90cea Content-Type=text/plain for webroot snippets 2015-11-04 18:06:34 +00:00
Peter Eckersley
de182946b5 Merge pull request #1314 from kuba/crlf
CRLF: unix2dos docs/make.bat
2015-11-04 00:25:27 -08:00
Jakub Warmuz
3d568aceeb CRLF: unix2dos docs/make.bat
docs/make.bat was using LF, but since
e9a2180d16 was introduced, this causes
headaches, e.g. when releasing.
2015-11-04 07:27:30 +00:00
bmw
7576d9e47d Merge pull request #1309 from TheNavigat/fix-1308
Remove debug statements (fixes #1308)
2015-11-03 14:43:34 -08:00
Nav
b11e556ae7 Removing stray debug statements, fixes #1308 2015-11-04 00:03:44 +02:00
Nav
e88f76f151 Merge remote-tracking branch 'letsencrypt/master' 2015-11-03 23:18:55 +02:00
Noah Swartz
60fce0b22e switched the httpd.aug to the version from 1.2 2015-11-03 11:08:10 -08:00
Peter Eckersley
b1508f3850 Merge pull request #1292 from letsencrypt/content-type
Nit fix
2015-11-02 18:02:28 -08:00
Brad Warren
d8f27118f8 Merge branch 'verb-arguments' 2015-11-02 17:36:45 -08:00
Brad Warren
3532404705 Nit fix 2015-11-02 17:18:44 -08:00
bmw
15fa5af934 Merge pull request #1271 from kuba/http-01
http-01
2015-11-02 16:53:40 -08:00
Noah Swartz
c0048d7480 load augeas httpd lens from inside of lets encrypt 2015-11-02 16:22:58 -08:00
bmw
c4870aead0 Merge pull request #1290 from devnsec-com/pr9
Remove duplicated python-devel in redhat bootstrap script
2015-11-02 14:07:39 -08:00
Dev & Sec
eb09190656 Remove duplicated python-devel in redhat bootstrap script 2015-11-02 21:21:42 +00:00
Peter Eckersley
a6f8c1b404 Merge pull request #1163 from thomwiggers/patch-1
Add gitattributes file to mark bat file as CRLF
2015-11-02 12:20:59 -08:00
James Kasten
d2217418b5 Merge pull request #1242 from letsencrypt/apache-comment
Added comment about installer.save()
2015-11-02 07:05:21 -08:00
Peter Eckersley
21bfe5b983 Remove stray variable 2015-11-01 22:48:58 -08:00
Peter Eckersley
cbb0e397e9 Merge pull request #1268 from kuba/webroot-ct-snippets
Contet-Type snippets for webroot
2015-11-01 22:33:29 -08:00