Commit Graph
2362 Commits
Author SHA1 Message Date
Peter Eckersley 8dc9cc67d9 Satiate the pylint daemons 2015-06-16 12:46:37 -07:00
Jakub Warmuz 8a9759bf88 Update Client.obtain_* docs, simplify obtain_certificate() rtype. 2015-06-16 06:26:44 +00:00
Jakub Warmuz 60cc025658 Add generete-csr.sh script to examples. 2015-06-15 11:40:17 +00:00
Jakub Warmuz 635e585226 Initial support for "auth --csr" (fixes: #370) 2015-06-15 11:40:17 +00:00
Jakub Warmuz d4b9499e2b ManualAuthenticator for SimpleHTTP.
Inspired by quite popular [1] letsencrypt-nosudo [2] by
@diafygi. Together with #440 and #473, it allows Let's Encrypt to be
used without sudo (root) on the target machine (c.f. [3]). Possibly
fixes #500.

[1] https://news.ycombinator.com/item?id=9707170
[2] https://github.com/diafygi/letsencrypt-nosudo
[3] https://groups.google.com/a/letsencrypt.org/forum/#!topic/client-dev/JAqxSvXlln4
2015-06-14 18:12:10 +00:00
Jakub Warmuz 896d2be1db SimpleHTTP.tls -> SimpleHTTPResponse.tls bug, MAX_PATH_LEN, good_path, scheme 2015-06-14 17:32:25 +00:00
Jacob Hoffman-Andrews 41defbe5e7 Merge pull request #498 from kuba/simplehttp
SimpleHTTPS -> SimpleHTTP[S]
2015-06-12 13:28:47 -07:00
Jakub Warmuz 5f01a90ce6 Add simple Boulder integration test 2015-06-12 18:14:33 +00:00
Jakub Warmuz 848528599e Merge remote-tracking branch 'github/letsencrypt/master' into integration-testing 2015-06-12 17:49:25 +00:00
Jakub Warmuz ad79d7c8b6 Adjust client reports to use RenewerConfiguration. Fix docs. 2015-06-12 17:43:19 +00:00
Jakub Warmuz 3dbfab7b9f Merge branch 'swig-3.0.5' into fedora-bootstrap 2015-06-12 12:58:53 +00:00
Jakub Warmuz d585b44680 Nit: character upper case fixes. 2015-06-12 12:58:35 +00:00
Jakub Warmuz 2c96ea68b8 Merge branch 'swig-3.0.5' into bootstrap 2015-06-12 12:56:19 +00:00
Jakub Warmuz 6b9d5c1daa Separate requirements.txt for SWIG 3.0.5+ 2015-06-12 12:55:33 +00:00
Jakub Warmuz 8ba5166563 Vagrant: remove explicit git-core install 2015-06-12 11:54:12 +00:00
Jakub Warmuz d53120f25f Fix SimpleHTTP tests and omitempty bug. 2015-06-12 09:21:30 +00:00
Jakub Warmuz 8883bd76fd Add --no-simple-http-tls. 2015-06-12 08:25:59 +00:00
Jakub Warmuz bc9373929a Add SimpleHTTP.tls 2015-06-12 08:23:43 +00:00
Jakub Warmuz 7f5abba83e Rename SimpleHTTPS to SimpleHTTP. 2015-06-12 08:23:32 +00:00
Jacob Hoffman-Andrews 922f8e5dad Merge pull request #490 from kuba/anti-replay
Add an anti-replay nonce facility (fixes: #488).
2015-06-11 14:53:16 -07:00
Jakub Warmuz b94c3614b9 Merge branch 'cli-config-fixes' into renewer-cli 2015-06-11 21:48:29 +00:00
Jakub Warmuz 196884652e Merge remote-tracking branch 'github/letsencrypt/master' into cli-config-fixes
Conflicts:
	letsencrypt_apache/constants.py
	letsencrypt_nginx/constants.py
2015-06-11 21:46:16 +00:00
James Kasten 4147993b4d Merge pull request #484 from fmarier/rename-apache-config
Rename the apache config file to match the nginx one
2015-06-11 17:34:48 -04:00
James Kasten 50de40e780 Merge pull request #457 from fmarier/rename-nginx-config
Rename the nginx ssl config file to match the final filename
2015-06-11 17:34:38 -04:00
Jakub Warmuz c02db78417 Merge remote-tracking branch 'github/letsencrypt/master' into renewer-cli
Conflicts:
	letsencrypt/client.py
2015-06-11 21:16:47 +00:00
Jakub Warmuz e346bfafd6 Merge branch 'cli-config-fixes' into renewer-cli 2015-06-11 21:14:28 +00:00
Jakub Warmuz eeb477d85e Merge branch 'swig-3.0.5' into fedora-bootstrap 2015-06-11 21:11:53 +00:00
Jakub Warmuz fb4bd1a013 Merge branch 'swig-3.0.5' into bootstrap 2015-06-11 21:11:31 +00:00
Jakub Warmuz 30545e1c54 requirements.txt: fix M2Crypto URL 2015-06-11 21:11:25 +00:00
Jakub Warmuz 2be914f0d5 Bootstrap Debian: add git-core dep 2015-06-11 21:06:44 +00:00
Jakub Warmuz 2139971212 nit: add EOF newline 2015-06-11 19:35:29 +00:00
Jakub Warmuz b44014b06e Bootstrap README: deps rationale 2015-06-11 19:28:15 +00:00
Jakub Warmuz 19aea37203 Bootstrap Debian: remove python-setuptools dep 2015-06-11 19:26:17 +00:00
Jakub Warmuz 4ed1a1c2d6 Bootstrap Debian: one dep per line 2015-06-11 19:25:49 +00:00
Jakub Warmuz c4b495aa37 Bootstrap Fedora 22 (fixes: #493) 2015-06-11 19:24:07 +00:00
Jakub Warmuz ad5c3ff1b2 Support M2Crypto with swig 3.0.5+
Fixes issues recognized in
https://github.com/letsencrypt/lets-encrypt-preview/issues/413#issuecomment-106245456
and https://github.com/letsencrypt/lets-encrypt-preview/issues/493.
2015-06-11 19:22:27 +00:00
Jakub Warmuz 0543f040bf Raise error on missing replay nonce. 2015-06-11 13:06:56 +00:00
Jakub Warmuz 22fd9d4cd7 tox.cover.sh: erase coverage before tests 2015-06-11 12:28:46 +00:00
Jakub Warmuz fd39479810 Add an anti-replay nonce facility (fixes: #488). 2015-06-11 12:21:26 +00:00
Jakub Warmuz 887f91bdac requirements.txt: no editable (-e) mode, no "." install. 2015-06-09 07:51:42 +00:00
Peter Eckersley c70bce8b7a Some cleaning up 2015-06-08 16:51:15 -07:00
Peter Eckersley 2d65026d6d Help topics now working 2015-06-08 11:42:15 -07:00
Peter Eckersley 1fa5a64abd Draft (somewhat buggy) implementation of help topics 2015-06-08 01:38:39 -07:00
Francois Marier bce01419da Rename the apache config file to match the nginx one
Since both config files end up in /etc/letsencrypt/, if we want the two
plugins be to installable at the same time, their config files need different
names.
2015-06-07 20:31:50 +12:00
Francois Marier 8198e6c105 Rename the nginx ssl config file to match the final filename
This config file will ultimately exist as /etc/letsencrypt/options-ssl-nginx.conf
so we may as well use the right filename everywhere.

This is much easier to deal with in the Debian packaging.
2015-06-07 20:22:43 +12:00
Peter Eckersley 3457a01da2 WIP: Cleaning up the command line help 2015-06-06 15:45:17 -07:00
Jacob Hoffman-Andrews 8cf9a152de Don't suggest optional email.
Email is still optional, by the same mechanism, but removing the suggestion to
leave it out we will greatly increase the percentage of users that supply one,
which in turn will reduce customer support requests.
2015-06-04 14:22:05 -07:00
schoen bd130a8cd8 Merge pull request #480 from bradmw/reporter
Core reporter messages
2015-06-04 14:07:57 -07:00
Brad Warren 2c40cc77fb Added atexit_print_messages test 2015-06-03 12:06:51 -07:00
Brad Warren 3f37e3a241 Merge remote-tracking branch 'upstream/master' into reporter 2015-06-03 11:41:25 -07:00