Jakub Warmuz
55b619853b
Merge remote-tracking branch 'github/letsencrypt/master' into pkgs_sep_prep
...
Conflicts:
letsencrypt/continuity_auth.py
letsencrypt_nginx/configurator.py
letsencrypt_nginx/dvsni.py
letsencrypt_nginx/tests/configurator_test.py
letsencrypt_nginx/tests/dvsni_test.py
2015-05-12 20:13:50 +00:00
yan
f4144f0017
Update docs to reflect nginx support
2015-05-12 12:05:17 -07:00
Brad Warren
27511d4822
Added no cover line to unittest.main()
2015-05-12 12:42:59 -04:00
Brad Warren
de974ca51b
Merge remote-tracking branch 'upstream/master'
2015-05-12 11:57:17 -04:00
Brad Warren
a496179f74
Incorporated feedback and added extra error checking to POP
2015-05-12 11:56:26 -04:00
James Kasten
8229c72b9c
Merge pull request #387 from diracdeltas/feature/nginx-dvsni
...
dvsni support for nginx
2015-05-11 20:21:20 -07:00
Jakub Warmuz
53fbedda53
100% acme coverage
2015-05-10 19:16:31 +00:00
Jakub Warmuz
b4c747a283
Merge branch 'bugs/402' into pkgs_sep_prep
...
Conflicts:
letsencrypt/tests/client_test.py
tox.ini
2015-05-10 17:56:41 +00:00
Jakub Warmuz
99b2003e61
Cover tests ( fixes #402 ).
...
1. --cover-tests, to make sure every test is run, helped to find
broken determine_account tests
2. fix determine_account test
3. unittest.main() # pragma: no cover
4. bump coverage
coveralls.io always reported higher coverage, because it also looked
at test files.
2015-05-10 17:38:26 +00:00
Jakub Warmuz
734868b015
Merge remote-tracking branch 'github/letsencrypt/master' into pkgs_sep_prep
2015-05-10 15:29:04 +00:00
James Kasten
1ce1363288
Merge pull request #376 from kuba/cli
...
Plugins discovery and new CLI with subcommands
2015-05-10 08:09:10 -07:00
Jakub Warmuz
a5e927c657
name_with_description -> description_with_name
2015-05-10 15:04:44 +00:00
Jakub Warmuz
41e86df252
Move letsencrypt.client to letsencrypt
2015-05-10 12:32:05 +00:00
Jakub Warmuz
d408ec5a95
Move plugins to top-level
2015-05-10 12:26:54 +00:00
Jakub Warmuz
3a6bd7123d
Move acme to top-level
2015-05-10 12:26:17 +00:00
Jakub Warmuz
42e7ec4bd2
CLI: use_curses -> text_mode
...
Previously, the --help output seemed to be broken:
-t, --text Use the text output instead of the curses UI.
(default: True)
2015-05-09 19:51:02 +00:00
Jakub Warmuz
a3c8753dcf
Fix client to work with cert_chain_uri, "is (not) None" fixes
2015-05-09 15:09:29 +00:00
Jakub Warmuz
2141126608
clean up disco logging
2015-05-09 07:36:52 +00:00
Jakub Warmuz
e415a63d1f
PluginsRegistry.plugins -> PluginsRegistry._plugins
2015-05-09 07:33:50 +00:00
Jakub Warmuz
75a7b7605b
PluginsRegistry.find_init
2015-05-09 07:33:50 +00:00
Jakub Warmuz
e197f156a7
choose_plugin can return None
2015-05-09 05:47:09 +00:00
Brad Warren
e3d95c5a68
Final changes
2015-05-08 23:43:06 -04:00
Brad Warren
ae6b13cd5b
Finished basic POP challenge with tests
2015-05-08 23:14:04 -04:00
yan
dfb94613bf
Add nginx server block for target_name if one doesn't exist
2015-05-08 17:30:34 -07:00
Jakub Warmuz
fce08ea30c
Use CLI_DEFAULTS in plugins
2015-05-08 21:32:13 +00:00
yan
f7116a7388
Reduce logging severity for unparseable config files
2015-05-08 12:36:32 -07:00
yan
1533eea351
Start nginx if it's not already running
2015-05-08 12:34:48 -07:00
Brad Warren
fbab449694
Finished basic POP challenge
2015-05-08 15:17:29 -04:00
yan
4dc566a871
Update vhost object when making nginx SSL block
2015-05-07 18:30:50 -07:00
Chris Johns
32b7705080
Fix typo in authenticator description
2015-05-06 17:24:34 +01:00
Jakub Warmuz
ca00cce22c
Merge remote-tracking branch 'github/letsencrypt/master' into cli
...
Conflicts:
letsencrypt/client/client.py
letsencrypt/scripts/main.py
2015-05-06 09:13:36 +00:00
yan
cf48791686
Address @kuba review comments
2015-05-05 23:57:40 -07:00
yan
6f4af62f61
Add dvsni tests
2015-05-05 23:40:40 -07:00
yan
23d27f4659
Bump min nginx version to 0.8.48
...
We are assuming that if a server_name isn't specified, it matches the empty
string. Prior to 0.8.48, it would match the machine's hostname.
2015-05-05 23:40:40 -07:00
James Kasten
94d8a1ca01
update documentation of obtain_certificate
2015-05-05 14:54:15 -07:00
James Kasten
394e18c4c6
use certificate_key throughout
2015-05-05 14:43:00 -07:00
James Kasten
73679a4e85
generate a separate key for the certificate
2015-05-05 14:15:48 -07:00
Jakub Warmuz
6580d3a85b
Add test for ChallengeBody proxy behaviour
2015-05-05 19:10:51 +00:00
Jakub Warmuz
3c645a9916
messages2.Error.__str__ (more readable exceptions)
...
This partially fixes #349 .
2015-05-05 19:09:57 +00:00
Jakub Warmuz
5863323eb0
PluginEntryPoint.description, show in CLI
2015-05-04 14:30:02 +00:00
Jakub Warmuz
aa6984e310
Attempt at cleaning {cert,chain}_path mess
2015-05-04 14:29:32 +00:00
Jakub Warmuz
73ac2e36cc
Fix plugins command
2015-05-04 12:47:08 +00:00
Jakub Warmuz
8ae6a60fba
pep8
2015-05-04 08:26:08 +00:00
Jakub Warmuz
1c75100f79
Merge remote-tracking branch 'github/letsencrypt/master' into cli
...
Conflicts:
letsencrypt/client/plugins/apache/configurator.py
2015-05-04 08:14:19 +00:00
Jakub Warmuz
9e7918fc75
Test CLI plugins command
2015-05-04 08:10:52 +00:00
Jakub Warmuz
b4f99df798
Full coverage and lint for display.ops
2015-05-03 22:15:30 +00:00
Jakub Warmuz
0216ea3f26
boulder#130 fixed
2015-05-03 19:44:53 +00:00
Jakub Warmuz
138a9e9f01
Full coverage and lint for disco/disco_test
2015-05-03 14:28:23 +00:00
Jakub Warmuz
1878db3416
More coverage for plugins.disco
2015-05-03 13:21:36 +00:00
Jakub Warmuz
b600e2d270
PLuginsRegistry: verify, prepare, misconfigured, available.
2015-05-03 12:38:53 +00:00