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

1492 Commits

Author SHA1 Message Date
Peter Eckersley
e05073c33e debugging 2015-10-19 10:37:39 -07:00
Peter Eckersley
63f4f11360 Test "install --nginx" w/ misconfiguration 2015-10-18 11:05:58 -07:00
Peter Eckersley
995c1dfb83 More sphinxiness, more clarity 2015-10-18 11:05:46 -07:00
Peter Eckersley
d6345a47c5 Fix some bugs & immprove test cases 2015-10-18 02:34:24 -07:00
Peter Eckersley
4996e9b678 Installers are actually useful in auth mode 2015-10-17 14:28:38 -07:00
Peter Eckersley
c89e192ee7 Concision is beautiful 2015-10-17 14:01:54 -07:00
Peter Eckersley
f4f6b98f31 Use new plugin selection logic for install 2015-10-17 13:57:52 -07:00
Peter Eckersley
7c92db095f Use new selection logic for "auth"
Also: why was auth selecting installers?
2015-10-17 13:43:49 -07:00
Peter Eckersley
a841c4fc5d More nits 2015-10-17 13:13:00 -07:00
Peter Eckersley
f7bfb5ba8d Sphinxify docstrings, plugins plumbing 2015-10-17 12:54:56 -07:00
Peter Eckersley
8d4f414e09 Move ConfiguratorError to errors.py 2015-10-17 12:47:05 -07:00
Peter Eckersley
f0faf91b82 lint! 2015-10-16 18:34:57 -07:00
Peter Eckersley
57e15c52d7 Test actually works now :) 2015-10-16 18:28:38 -07:00
Peter Eckersley
36432e35f7 keep cover happy 2015-10-16 18:19:22 -07:00
Peter Eckersley
9efdd095ca Merge branch '919' into cli 2015-10-16 17:46:43 -07:00
Peter Eckersley
dcf8ea4e97 Logic for setting configurators assumed they were really being set
(They might not be)
2015-10-16 17:38:17 -07:00
Peter Eckersley
3d6ecc114b lintmonster 2015-10-16 10:41:05 -07:00
Peter Eckersley
9bde3b7084 Support for --apache and --nginx now working.
- Along with much better error messages for misconfigured plugins
2015-10-16 10:34:29 -07:00
Peter Eckersley
c7732114cb Only test CLI for nginx plugin if it is present
- Fixes 919
2015-10-13 14:50:23 -07:00
Peter Eckersley
78be30d457 Basic support for --apache and --nginx
- Also begin to clean up the code that integrates --configurator,
   --installer, and --authenticator inputs.
2015-10-13 14:38:31 -07:00
bmw
5ca70e19a7 Merge pull request #950 from letsencrypt/jsha/nginx-improvements
Nginx improvements
2015-10-12 16:41:52 -07:00
Brandon Kreisel
d4af07a7f8 PEP8 Love: E126 Fix for #945 2015-10-12 16:43:22 -04:00
bmw
0465f8e131 Merge pull request #945 from ddworken/master
Fixes #902
2015-10-12 12:24:30 -07:00
David Dworken
20d7576f66 Deleted duplicate line caused by #912 2015-10-12 15:14:13 -04:00
David Dworken
589145686f Don't print error message and only call os.geteuid() once 2015-10-12 15:02:07 -04:00
bmw
806246b8ef Merge pull request #886 from BKreisel/mac-psutil
Add Mac compatibility to integration tests
2015-10-12 11:22:17 -07:00
Brad Warren
67ee9bf930 Added 'strict_permissions' to constants.py 2015-10-12 10:00:35 -07:00
Brandon Kreisel
52f7a64b84 lint newline 2015-10-11 17:56:30 -04:00
David Dworken
8ec7fdd323 Always create the folders 2015-10-11 16:20:18 -04:00
David Dworken
a809a059f0 Don't create renewal_configs_dir and config_dir, instead just print a helpful error message and fail 2015-10-11 15:57:57 -04:00
David Dworken
c23deb8a31 Merged in changes 2015-10-11 15:12:58 -04:00
bmw
ac68be7e1f Merge pull request #912 from kuba/bugs/897
Renewer logging setup (fixes #897)
2015-10-11 11:55:28 -07:00
Jacob Hoffman-Andrews
06c85d6b5a Fix line-wrapped function indents. 2015-10-11 11:30:11 -07:00
Jacob Hoffman-Andrews
dd8c6d6548 Nginx improvements
Add a server_names_hash_bucket_size directive during challenges to fix an nginx
crash on restart (Fixes #922).

Use fullchain instead of chain (Fixes #610).

Implement OCSP stapling (Fixes #937, Fixes #931).

Hide Boulder output in integration tests to make them more readable.
2015-10-11 10:20:08 -07:00
David Dworken
ef9312817e Alphabetized imports and added newline at end of file 2015-10-11 11:39:55 -04:00
David Dworken
f8daf5f094 Fixed failing lint test and explicitly created all needed folders 2015-10-11 08:53:38 -04:00
Jakub Warmuz
7a153ebf50 Revert "Release 0.0.0.dev20151008"
This reverts commit 9e1477faa4.
2015-10-11 07:05:35 +00:00
David Dworken
f96c34546e Fixes #902
Fix for #902

If the directory does't exist, it will create the directory before proceeding.
2015-10-10 18:33:44 -04:00
Brandon Kreisel
744afe9cea PEP8 E128 up in here. Don't assume sh exists 2015-10-08 16:15:09 -04:00
Brandon Kreisel
8012382368 Merge branch 'master' into mac-psutil 2015-10-08 16:04:25 -04:00
Jakub Warmuz
9e1477faa4 Release 0.0.0.dev20151008 2015-10-08 19:28:55 +00:00
Jakub Warmuz
73ee63779c Remove --no-simple-http-tls 2015-10-07 06:23:28 +00:00
Jakub Warmuz
0d89fa6d88 Remove SimpleHTTP TLS from Manual Plugin. 2015-10-07 06:21:49 +00:00
Jakub Warmuz
e8118c862b Renewer logging setup (fixes #897) 2015-10-06 18:54:05 +00:00
bmw
f81174d43d Merge pull request #722 from kuba/mock-2.6
Revert "Revert PR #708."
2015-10-06 11:05:32 -07:00
bmw
0aaf26bdda Merge pull request #878 from letsencrypt/automation_is_enabled
Ensures renewal settings are reported correctly
2015-10-05 14:54:02 -07:00
bmw
e985c54b9b Merge pull request #898 from ArchimedesPi/pep8
Fix some pep8 warnings
2015-10-05 13:53:02 -07:00
bmw
505ebfaa45 Merge pull request #891 from ArchimedesPi/remove_crypto_util_cruft
crypto_util: Remove cruft
2015-10-05 13:00:52 -07:00
Jakub Warmuz
c3e28fa909 Merge remote-tracking branch 'github/letsencrypt/master' into mock-2.6 2015-10-05 19:31:05 +00:00
Brad Warren
7a49e2bcb3 Merge branch 'master' into automation_is_enabled 2015-10-05 12:09:40 -07:00