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

214 Commits

Author SHA1 Message Date
Peter Eckersley
02d93e995a lint 2015-12-01 19:24:14 -08:00
Peter Eckersley
a191daf3ee Merge pull request #1597 from lbeltrame/fix-webroot-permissions
Fix webroot permissions [mergeable, but enhancements also requested]
2015-12-01 19:07:06 -08:00
Peter Eckersley
f4dd660403 Oops!
- Finish a partial commit, providing what are perhaps excessively detailed and
  mystical errors in improbable cases.
2015-12-01 16:50:39 -08:00
Peter Eckersley
06e273413b Fix nits and address review comments 2015-12-01 16:33:35 -08:00
Peter Eckersley
6c9ddf34e6 Merge remote-tracking branch 'origin/master' into webroot 2015-11-30 20:57:27 -08:00
Peter Eckersley
328f8cdc5b Document --webroot-path 2015-11-30 18:24:40 -08:00
bmw
8cf63c493f Merge pull request #1568 from erikrose/kill-dvsni
Remove remaining "DVSNI" wording, changing it to reference TLS-SNI-01, which it changed into.
2015-11-25 15:30:02 -05:00
Erik Rose
e75dc96559 Stop calling things that don't implement IAuthenticator authenticators. 2015-11-25 12:44:17 -05:00
Luca Beltrame
2a5f539d9a Add tests for testing gid and uid with the webroot plugin
They pass.
2015-11-25 14:26:51 +01:00
Luca Beltrame
a58c939c8d Change ownership of the validation paths as well
Match them with the parent directory they're in.
2015-11-25 14:26:00 +01:00
Luca Beltrame
c7c1808ad1 Add unit tests for webroot permissions handling
Tested, pass.
2015-11-24 10:15:18 +01:00
Luca Beltrame
a71c3ed90c Fix issues from review
- Put chmod argument to os.chmod (oops)
- Add permissions adjustments for challenge files, too
2015-11-24 10:15:18 +01:00
Patrick Figel
c175ff955e Remove Content-Type checks from http-01
Content-Type type restrictions were removed in ACME, see
69ac2baade

fixes #1595
2015-11-24 09:54:33 +01:00
bmw
72d91c3ccd Merge pull request #1534 from TheNavigat/allow-public-ip-logging
Allow public IP logging
2015-11-23 13:26:11 -05:00
Luca Beltrame
768c7cd9c0 Fix webroot permissions
Take them from the parent directory where the webroot is.Should fix issue #1389
2015-11-22 15:16:50 +01:00
Peter Eckersley
a3b0588cea lintmonster 2015-11-21 11:50:13 -08:00
Peter Eckersley
544fe8d708 Fix webroot tests 2015-11-21 11:23:53 -08:00
Peter Eckersley
f48ef6ded9 lint 2015-11-21 10:59:15 -08:00
Peter Eckersley
f2f9d33e03 Update _path_for_achall
Borrowing from @grubberr's changes at:
https://github.com/letsencrypt/letsencrypt/pull/1284/files#diff-522ab130649a0ce14df40114d4ccd0b5L111
2015-11-21 10:59:15 -08:00
Peter Eckersley
ffe6226edc Switch webroot.prepare() to use config.webroot_map 2015-11-21 10:59:15 -08:00
Peter Eckersley
e1f0fcca8f Move --webroot-path processing into cli.py
Since it is now interdependent with --domains

(This is much more elegant than trying to APIify the interaction)
2015-11-21 10:59:15 -08:00
Peter Eckersley
19f348b416 First implementation of -w for multi-webroot specification
* Will need tests and cleanup
2015-11-21 10:59:15 -08:00
Brad Warren
6b23fe160e Added tests 2015-11-20 18:34:35 -08:00
Brad Warren
368f208b7f Log not fail 2015-11-20 18:26:44 -08:00
Erik Rose
9205b9c987 Remove remaining "DVSNI" wording, changing it to reference TLS-SNI-01, which it changed into. Close #1417.
Also make _get_addrs() private, since it's called only internally.
2015-11-19 13:23:07 -05:00
Nav
569962b40d Fixing manual authenticator tests 2015-11-17 11:50:32 +02:00
Nav
9fd1b1f38a Fixes #1176 2015-11-17 11:06:12 +02:00
Peter Eckersley
ca05b35a24 Merge pull request #1412 from kuba/pep8
pep8 love
2015-11-12 00:29:15 -08:00
Jakub Warmuz
5ee17f698e Fix more pep8 2015-11-07 19:37:00 +00:00
Jakub Warmuz
3ac4df4f48 Kill dvsni in core 2015-11-07 18:35:41 +00:00
Jakub Warmuz
937e3edfc1 tls-sni-01 in apache and nginx plugins 2015-11-07 18:35:41 +00:00
Jakub Warmuz
5e8ed2bbd2 --dvsni-port -> --tls-sni-01-port 2015-11-07 18:24:17 +00:00
Jakub Warmuz
2266baf775 Renames around DVSNIServer 2015-11-07 18:24:17 +00:00
Jakub Warmuz
93e69ef7de tls-sni-01 for standalone 2015-11-07 18:24:17 +00:00
Jakub Warmuz
dd92e95290 Remove remaints of simpleHttp from standalone plugin 2015-11-07 14:24:43 +00: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
Jakub Warmuz
9e8ce90cea Content-Type=text/plain for webroot snippets 2015-11-04 18:06:34 +00:00
bmw
15fa5af934 Merge pull request #1271 from kuba/http-01
http-01
2015-11-02 16:53:40 -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
Jakub Warmuz
44adeadf1b Merge remote-tracking branch 'github/letsencrypt/master' into http-01 2015-11-01 11:09:59 +00:00
Jakub Warmuz
23d3c3b1e2 Rename --simple-http-port to --http-01-port 2015-11-01 11:01:23 +00:00
Jakub Warmuz
e62490c051 http-01 for webroot 2015-11-01 11:01:22 +00:00
Jakub Warmuz
ea3611afe6 http-01 for standalone 2015-11-01 11:01:22 +00:00
Jakub Warmuz
fd209eab66 http-01 for manual plugin 2015-11-01 11:01:22 +00:00
Jakub Warmuz
2a4ebb90ef Contet-Type snippets for webroot 2015-10-31 20:31:32 +00:00
Jakub Warmuz
fb736135c5 Fix manual plugin __doc__ indentantion 2015-10-31 18:24:32 +00:00
Dev & Sec
69365a7a06 fix drop quotes issue 2015-10-30 23:27:16 +00:00
Dev & Sec
d5ccbdbcd2 use printf instead of echo -n for better portability 2015-10-30 22:54:10 +00:00
bmw
c8999f86a1 Merge pull request #1200 from kuba/bugs/1085
Remove serve_forever2/shutdown2 (reduces probability of #1085).
2015-10-29 18:20:36 -07:00
Brad Warren
4b407b9599 Merge branch 'typos' 2015-10-29 17:03:05 -07:00