bmw
fc0e191cbd
Merge pull request #1010 from kuba/le3.wtf-dvsni
...
Integration tests: force le3.wtf over DVSNI.
2015-10-17 08:27:46 -07:00
Jakub Warmuz
78c296bbd1
Integration tests: force le3.wtf over DVSNI.
...
Becuse of https://github.com/letsencrypt/boulder/issues/985 , we need
to force standalone to one particular type of challenge at a
time. #895 didn't fix it properly - it forgot about issuance of
le3.wtf (CSR-initiated), which results in Travis builds failing 50% of
a time,
e.g. https://travis-ci.org/letsencrypt/letsencrypt/jobs/85875483#L3318 .
2015-10-17 07:43:07 +00:00
bmw
7fe8bbe446
Merge pull request #984 from lf-/patch-1
...
Change as_string to __str__ in nginxparser to make it more pythonic.
2015-10-16 19:01:06 -07:00
lf
670bc1e3d3
Remove as_string as per request.
2015-10-16 19:03:21 -06:00
bmw
6534744832
Merge pull request #1005 from kuba/pep8
...
pep8 love
2015-10-16 17:45:45 -07:00
Brad Warren
69711e432f
Merge branch 'simplefs'
2015-10-16 17:37:43 -07:00
bmw
a107ceb6d5
Merge pull request #895 from kuba/standalone2
...
Standalone 2.0
2015-10-16 17:05:05 -07:00
Jakub Warmuz
5c1858627b
pep8 love
2015-10-16 22:25:20 +00:00
bmw
4a7ce62c62
Merge pull request #963 from douglasjose/python-deps-mac
...
Added pip and virtualenv installation steps to Mac's bootstrap script.
2015-10-16 00:13:25 -07:00
Jakub Warmuz
523c7c3369
Merge remote-tracking branch 'github/letsencrypt/master' into standalone2
2015-10-16 06:39:23 +00:00
lf
2956d5d913
Trailing whitespace. Oops.
2015-10-15 21:28:32 -06:00
bmw
21a1ec73ae
Merge pull request #997 from ddworken/master
...
Make the script POSIX compliant so it works with dash (Fixes #977 )
2015-10-15 20:18:10 -07:00
David Dworken
0614fba9df
Make the script POSIX compliant so it works with dash ( Fixes #977 )
2015-10-15 20:21:41 -04:00
Jacob Hoffman-Andrews
b9b2114b33
Merge pull request #994 from kuba/simplehttp-5002
...
Integration tests: SimpleHTTP on port 5002.
2015-10-15 15:14:39 -07:00
bmw
cad7c03bc4
Merge pull request #995 from letsencrypt/goose-faster
...
Get precompiled Goose from GithHub.
2015-10-15 14:55:09 -07:00
Jacob Hoffman-Andrews
22b8446efb
Get precompiled Goose from GithHub.
...
Rather than fetching from bitbucket and building. Bitbucket is often down, and
building from scratch is slow. Github is sometimes down, but at least now we
have our eggs in one basket.
2015-10-15 14:32:52 -07:00
Jakub Warmuz
d1b7b0553f
Back to 5001, but with env var
2015-10-15 20:53:47 +00:00
Jakub Warmuz
5043574093
Integration tests: SimpleHTTP on port 5002.
...
Should be pulled by @jsha in lockstep with
https://github.com/letsencrypt/boulder/commit/6b8f1c27003bb43f33ffcfa9a5f63eb4154c6df9 .
2015-10-15 20:42:49 +00:00
Jakub Warmuz
ec24641511
standalone2: run(): tls -> challenge_type.
2015-10-15 20:31:22 +00:00
Jakub Warmuz
6f44bcf117
standalone2: move alread_listening to perform
2015-10-15 18:01:14 +00:00
Jakub Warmuz
e7809563b1
Address first batch of Seth's review comments.
2015-10-15 17:23:43 +00:00
Peter Eckersley
f99041011e
Merge pull request #980 from letsencrypt/wrapper-script
...
letsencrypt-auto implements bootstrapping, venv install, and pip autoupdate before running the client
2015-10-15 00:18:32 -07:00
Peter Eckersley
64385cbd80
Disable nginx in bootstrap/venv.sh too
2015-10-15 00:09:42 -07:00
Peter Eckersley
0fb8e3c479
Move augeaus & venv references
2015-10-15 00:07:26 -07:00
Peter Eckersley
0fb00ca039
Try to make the dependencies link work
2015-10-15 00:03:49 -07:00
Peter Eckersley
4ef385d3ad
Protect quotes on the way to the actual command
2015-10-14 23:56:56 -07:00
Peter Eckersley
be77909ef2
Further fixes to the docs
2015-10-14 23:53:50 -07:00
Peter Eckersley
2794b762d6
Add a subtle progress bar
2015-10-14 23:43:05 -07:00
bmw
3fd7cd6587
Merge pull request #983 from letsencrypt/renewal_status_quick
...
Quick renewal status fix
2015-10-14 23:09:08 -07:00
Peter Eckersley
ab036e98e0
Do not ship letsencrypt-nginx until it's somewhat plausibly working
2015-10-14 23:06:20 -07:00
Peter Eckersley
39e489d03c
Do not assume sudo is present
...
- On Digital Ocean and perhaps other platforms, the user is root by default
and sudo is uninstalled
2015-10-14 23:03:18 -07:00
Brad Warren
94622f5edd
Date only because hard to do time with no time
2015-10-14 22:53:36 -07:00
Peter Eckersley
ecd987b8ca
letsencrypt-auto now knows about -vvvv
2015-10-14 22:30:18 -07:00
Peter Eckersley
87000ac5c6
Move docker back into "using"
...
It seems the changes removing bootstrap from "using" weren't commited earlier,
either
2015-10-14 22:24:57 -07:00
lf
2cd0e64537
Change as_string to a __str__ in nginxparser.py
...
This change would make the RawNginxDumper more in line with other Python libraries and the standard library.
2015-10-14 22:35:52 -06:00
Brad Warren
68ed333fc0
Quick fix
2015-10-14 21:07:40 -07:00
Peter Eckersley
8a5d199ddf
Try to make the "using" instructions as simple and accurate as possible
...
Some of the verbose stuff we had before is really of historical/developer
interest only
2015-10-14 18:35:34 -07:00
Peter Eckersley
2e0dc4fc50
Remove misleading Docker suggestion from the quick-install docs
...
But keep it around in case anyone needs this?
2015-10-14 18:25:14 -07:00
Peter Eckersley
7a1c37968c
Make the UX clearer before sudo
2015-10-14 17:46:11 -07:00
Peter Eckersley
99793c54d6
More portability
2015-10-14 17:46:11 -07:00
Peter Eckersley
b85e13de3f
Add bootstrapping to letsencrypt-auto
2015-10-14 17:46:11 -07:00
Peter Eckersley
47eaf297fb
Start a letsencrypt-auto script
...
Which handles all venv-related tasks for installing from pip, and gives us
auto-updating.
2015-10-14 15:57:09 -07:00
bmw
9549af1bad
Merge pull request #979 from letsencrypt/explain-email
...
Explain email recovery better
2015-10-14 15:20:37 -07:00
Peter Eckersley
4083cd42ad
Explain email recovery better
2015-10-14 15:09:55 -07:00
bmw
dc10e4f267
Merge pull request #978 from letsencrypt/no_renewal_msgs
...
Removed misleading renewal messages
2015-10-14 13:26:37 -07:00
Brad Warren
7cdcea4dd5
Mock account not client
2015-10-14 12:43:06 -07:00
Jakub Warmuz
18ddcc72f6
More quickfix for boulder#985
2015-10-14 19:40:07 +00:00
Brad Warren
128147af3b
Removed misleading renewal messages
2015-10-14 12:28:57 -07:00
Jakub Warmuz
99a31463b0
Fix typo: porta -> port
2015-10-14 19:23:33 +00:00
Jakub Warmuz
371daa42ca
Quickfix for boulder#985
2015-10-14 19:16:30 +00:00