Jakub Warmuz
a1e750f432
Errors prefix: do not touch CLI.
2015-06-22 22:45:45 +00:00
Jakub Warmuz
57f67c4109
Rewrap after errors rename, doc fixes.
2015-06-22 22:43:42 +00:00
Jakub Warmuz
cfa7e28106
errors.LetsEncrypt -> errors. ( fixes : #487 )
2015-06-22 22:41:24 +00:00
Jakub Warmuz
8e39a3a0ef
Collate multi-line logs, use logging.exception, other fixes.
2015-06-22 22:05:27 +00:00
James Kasten
cd7c6d8220
Merge pull request #528 from kuba/acme-spec-118-revoke
...
acme: up to date revoke
2015-06-22 16:56:06 -04:00
Jakub Warmuz
52d6e9b674
acme-spec#118 revoke.
2015-06-22 20:26:52 +00:00
James Kasten
ac8d9e4ded
Merge pull request #527 from kuba/acme-client
...
Remove ACME v00 code, move networking to acme.client
2015-06-22 16:24:06 -04:00
Jakub Warmuz
cf76593fa7
Remove constants.NETSTAT. Update docs for IConfig.server.
2015-06-22 18:03:04 +00:00
Jakub Warmuz
b4d63cbbb3
Move letsencrypt.network to acme.client.
2015-06-22 04:52:08 +00:00
Jakub Warmuz
a278d53f52
Rename messages2 to messages.
2015-06-22 04:52:08 +00:00
Jakub Warmuz
71a01d139c
Rename network2 to network.
2015-06-22 04:52:08 +00:00
Jakub Warmuz
c5d4f91bf7
Remove old messages and network
2015-06-22 04:52:07 +00:00
Jakub Warmuz
960b070c22
Dummy use of network2 in revoker
2015-06-22 04:52:07 +00:00
James Kasten
5dcac29e3b
Merge pull request #474 from kuba/nginx-apache-split
...
letsencrypt_nginx should not depend on letsencrypt_apache.
2015-06-20 12:57:31 -04:00
James Kasten
d6d8bf250b
Merge pull request #519 from kuba/docs
...
Docs improvements
2015-06-20 12:38:41 -04:00
James Kasten
99ff33e581
Merge pull request #502 from kuba/manual
...
ManualAuthenticator for SimpleHTTP
2015-06-19 13:45:14 -04:00
Jakub Warmuz
048fd8d249
Merge remote-tracking branch 'github/letsencrypt/master' into docs
...
Conflicts:
docs/using.rst
2015-06-19 17:17:17 +00:00
James Kasten
f3e5757297
Merge pull request #501 from kuba/simplehttp
...
SimpleHTTP.tls -> SimpleHTTPResponse.tls bug, MAX_PATH_LEN, good_path, scheme
2015-06-19 13:05:59 -04:00
Jakub Warmuz
e176ad8f43
Remove old Boulder incompatibility issue
2015-06-19 16:11:03 +00:00
Jakub Warmuz
dbd024f77c
Inline docs fixes
2015-06-19 10:18:01 +00:00
James Kasten
a71ef63c18
Merge pull request #497 from letsencrypt/hide-email-optional
...
Don't suggest optional email.
2015-06-18 23:11:27 -04:00
James Kasten
b1bb5a6843
Make sure cleanup_challenges happens
2015-06-18 18:02:51 -07: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
Jakub Warmuz
8883bd76fd
Add --no-simple-http-tls.
2015-06-12 08:25:59 +00:00
Jakub Warmuz
7f5abba83e
Rename SimpleHTTPS to SimpleHTTP.
2015-06-12 08:23:32 +00:00
Jakub Warmuz
0543f040bf
Raise error on missing replay nonce.
2015-06-11 13:06:56 +00:00
Jakub Warmuz
fd39479810
Add an anti-replay nonce facility ( fixes : #488 ).
2015-06-11 12:21:26 +00: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
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
Brad Warren
9f37a46c92
Added client tests
2015-06-03 11:40:14 -07:00
Brad Warren
34a66b1bff
Added key notifications to the client
2015-06-02 17:11:00 -07:00
schoen
9394c26a9b
Merge pull request #467 from kuba/bugs/456
...
Use timedelta instead of now.month + 1 (partially fixes : #456 ).
2015-06-02 17:03:57 -07:00
Brad Warren
a417d881f1
Merge remote-tracking branch 'upstream/master' into reporter
2015-06-02 17:00:40 -07:00
schoen
06a989e5a3
Merge pull request #468 from kuba/le_util-refactor
...
le_util refactor
2015-06-02 12:50:06 -07:00
schoen
e04f52368d
Merge pull request #477 from bradmw/flush
...
Duplicate output fix
2015-06-02 12:36:38 -07:00
schoen
925904f54b
Merge pull request #476 from kuba/bugs/381
...
Standalone Authenticator: no fail when port taken (fixes #381 )
2015-06-02 12:25:57 -07:00
Brad Warren
986ca6562f
Merge remote-tracking branch 'upstream/master' into reporter
2015-06-02 12:19:10 -07:00
Brad Warren
59c5a77731
Fixed duplicate output
2015-06-02 12:16:10 -07:00
Jakub Warmuz
4646d8d6bf
Standalone Authenticator: no fail when port taken ( fixes #381 )
2015-06-02 18:31:09 +00:00
Brad Warren
f82aa5836e
Merge remote-tracking branch 'upstream/master' into reporter
2015-06-02 11:28:03 -07:00
Brad Warren
814ab083bd
Added account registration message and fixed double output
2015-06-02 11:16:24 -07:00
e00E
73e9956a48
Fixed not passing a string as the private key to deploy_certificate when using an Installer plugin.
2015-06-02 18:17:18 +02:00
James Kasten
34ed54079d
Merge pull request #466 from kuba/bugs/462
...
Fix --no-verify-ssl negation bug
2015-06-02 11:54:09 -04:00
Jakub Warmuz
8c6d1ad50a
letsencrypt_nginx should not depend on letsencrypt_apache.
2015-06-02 14:28:20 +00:00
Jakub Warmuz
9e5bd7c90d
Do not use generic exceptions in le_util_test.
2015-06-02 10:01:24 +00:00
Jakub Warmuz
efde7d4eff
Refactor le_util, 100% cover
2015-06-02 10:01:24 +00:00
Jakub Warmuz
2ae9bf3d49
Use timedelta instead of now.month + 1 (partially fixes : #456 ).
...
`ValueError: day is out of range for month`
2015-06-02 07:14:01 +00:00
Jakub Warmuz
b420e2a1da
Fix --no-verify-ssl negation bug
2015-06-02 06:58:35 +00:00