Sharif Nassar
424f4f08b9
Make ./pep8.travis.sh run cleanly
...
98% whitespace.
2015-10-20 22:24:58 -07:00
bmw
2cab4e577e
Merge pull request #1038 from letsencrypt/cli
...
Implement --standalone
2015-10-20 14:20:18 -07:00
Peter Eckersley
e7182848a0
Keep @bmw's sense of aesthetics happy :)
2015-10-20 14:04:58 -07:00
Peter Eckersley
b01bf571ca
more typos
2015-10-20 14:03:06 -07:00
Peter Eckersley
05293cd597
typosquash
2015-10-20 14:01:29 -07:00
Peter Eckersley
dde3e685f0
Fix stray --standalone help
...
And a few layout nits
2015-10-20 13:49:44 -07:00
Peter Eckersley
738684d437
Revert to "run" as the default in all cases
2015-10-20 13:28:56 -07:00
Jakub Warmuz
aa67b83b38
debug log version
2015-10-20 20:22:38 +00:00
Jakub Warmuz
aa4641b3b0
--agree-dev-preview
...
`git grep -i eula` to the rescue
2015-10-20 19:33:27 +00:00
Peter Eckersley
719cbdb488
--apache etc should be documented in the "plugins" section
2015-10-20 10:58:47 -07:00
Peter Eckersley
2c4d4a8169
"letsencrypt everything" is not yet implemented :/
2015-10-20 10:35:17 -07:00
Peter Eckersley
efe51e02be
Explain the --standalone change in defaults
2015-10-20 10:34:31 -07:00
bmw
85e6f50f68
Merge pull request #1020 from letsencrypt/report_csr_expiry
...
Report expiration when using a CSR
2015-10-20 09:41:48 -07:00
Peter Eckersley
54a738492b
Fix typo
2015-10-20 01:22:04 -07:00
Peter Eckersley
adcb0052a1
Implement --standalone as specified.
...
Closes #1036
2015-10-20 00:30:44 -07:00
Peter Eckersley
cb2ac71d1e
Merge pull request #1001 from letsencrypt/cli
...
Implement --apache and --nginx; improve configurator errors
2015-10-19 20:09:47 -07:00
Peter Eckersley
51ed2b681f
We're not mocking out plugins
...
So we don't need infrastructure for it
2015-10-19 19:41:37 -07:00
Peter Eckersley
e384a1fe28
Catch some excessive policing of installers
2015-10-19 19:35:53 -07:00
Peter Eckersley
72589bcae3
Lint
2015-10-19 19:31:09 -07:00
Peter Eckersley
6460a3b50e
Dial back the "authenticator doesn't make sense in install mode" message
...
Since it was breaking integration tests
2015-10-19 19:27:36 -07:00
Peter Eckersley
eeeb66e58a
document -d domain
...
Closes : #285 #787
we may want to implement the other thing soon, but for now documenting what we
have
2015-10-19 19:15:11 -07:00
Peter Eckersley
eac513d73b
Offer more specific help if no installer is present
...
Fixes : #896
2015-10-19 17:21:47 -07:00
Peter Eckersley
26e7037794
Fix a mock type error
2015-10-19 12:15:11 -07:00
Peter Eckersley
39ae9bdf43
Document a somewhat cryptic function
2015-10-19 12:06:39 -07:00
Peter Eckersley
6e69e58402
Make more tests run regardless of local plugin state
2015-10-19 12:03:11 -07:00
Peter Eckersley
e05073c33e
debugging
2015-10-19 10:37:39 -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
Brad Warren
e2e7acf4c4
Use actual CSR path
2015-10-17 16:30:54 -07:00
Brad Warren
975ffc5103
Updated cli and cli_test
2015-10-17 14:48: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
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
Jakub Warmuz
5c1858627b
pep8 love
2015-10-16 22:25:20 +00: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
Brad Warren
94622f5edd
Date only because hard to do time with no time
2015-10-14 22:53:36 -07:00
Brad Warren
68ed333fc0
Quick fix
2015-10-14 21:07:40 -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
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
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
Jakub Warmuz
73ee63779c
Remove --no-simple-http-tls
2015-10-07 06:23:28 +00:00
Jakub Warmuz
e8118c862b
Renewer logging setup ( fixes #897 )
2015-10-06 18:54:05 +00:00