Daniel Roesler
|
31ff3267b4
Merge remote-tracking branch 'origin/master'
|
6 years ago |
Daniel Roesler
|
a5738ff017
merged #155, adding tiny user agent
|
6 years ago |
Daniel Roesler
|
b4704b1e17
cleaned up help and copyright text
|
6 years ago |
Daniel Roesler
|
0ba9104386
Merge pull request #120 from legoktm/patch-1
|
6 years ago |
Daniel Roesler
|
aaf1091838
added optional contact details
|
6 years ago |
Daniel Roesler
|
7a4ea10d08
updated readme to note that ACME v2 certificate downloads now include the intermediate certificate
|
6 years ago |
Daniel Roesler
|
51ab579635
Merge branch 'setup_merge' into ACMEv2
|
6 years ago |
Daniel Roesler
|
ea9823d190
removed challenge payload that is no longer needed in new acme spec
|
6 years ago |
Daniel Roesler
|
d1ccbecdfa
consolidated external commandline execution error handling to bring back under 200 lines of code
|
6 years ago |
Daniel Roesler
|
68c565ec32
added badNonce retries
|
6 years ago |
Daniel Roesler
|
c4b79703c8
deprecated CA url in favor of using the direct certificate authority directory url
|
6 years ago |
Jonas Haag
|
5289e321ed
Merge branch 'master' into pypi
|
7 years ago |
Daniel Roesler
|
bb248e0012
mostly working ACMEv2, except for letsencrypt/boulder#3367
|
7 years ago |
Daniel Roesler
|
19b274cf38
damn python3 bytes-to-strings encoding gets you again...
|
7 years ago |
Daniel Roesler
|
c4940d229a
switched to grabbing the agreement url from /directory, addresses #145, #148, #172, #189
|
7 years ago |
Maximilian Kaul
|
9537453586
FIX CN parsing to work with OpenSSL 1.1
|
7 years ago |
Jonas Haag
|
002c9e19a3
Merge branch 'master' into pypi
|
8 years ago |
Daniel Roesler
|
ecd26b1e78
updated agreement URL since Let's Encrypt is now rejecting the old agreement
|
8 years ago |
Jonas Haag
|
be8e10a174
Merge branch 'master' into pypi
|
8 years ago |
Kunal Mehta
|
25ad03a24f
Include licensing information in acme_tiny.py itself
|
8 years ago |
Daniel Roesler
|
fcb7cd6f66
fixed #58, apparently .reason isn't an attribute on HTTPError in python 2.6 even though it's documented as such
|
9 years ago |
Jonas Haag
|
9bc3865d8c
Add setup.py
|
9 years ago |
Daniel Roesler
|
69a457269a
fixed error reading for URLErrors and HTTPErrors
|
9 years ago |
Daniel Roesler
|
d3c6451a4f
fixed #48, handle URLErrors in addition to HTTPErrors
|
9 years ago |
Ralf Jung
|
7f2325e49f
Fix TypeError: 'str' does not support the buffer interface
|
9 years ago |
Daniel Roesler
|
b37284d218
added error handling tests
|
9 years ago |
Daniel Roesler
|
e6cad5f0f6
added argparse to requirements for python 2.6 and removed fuse from coverage
|
9 years ago |
Daniel Roesler
|
e0a874203c
added monkey patching via fuse for full integration test
|
9 years ago |
Daniel Roesler
|
c3493dcba8
tweaked help text on default certificate authority
|
9 years ago |
Daniel Roesler
|
862175e92f
added kwarg for log to argparse function calling
|
9 years ago |