Michal Papis
025f8fc66d
wrap command line usage to avoid scrolling
2014-11-19 21:40:20 +01:00
James Kasten
74994a36c4
Merge pull request #22 from kuba/setuptools-script
...
Setuptools magic
2014-11-19 11:39:33 -08:00
Jakub Warmuz
2669b5c4ae
Remove trailing whitespace in README
2014-11-19 20:37:39 +01:00
Jakub Warmuz
d5d1ec8b1c
Merge remote-tracking branch 'github/master' into setuptools-script
...
Conflicts:
README.md
letsencrypt.py
2014-11-19 20:36:14 +01:00
James Kasten
1c1e63e322
Merge branch 'master' of github.com:letsencrypt/lets-encrypt-preview
2014-11-19 09:55:25 -08:00
James Kasten
5d785cb862
Fixed issue #27
2014-11-19 09:55:08 -08:00
James Kasten
7c237ea444
Merge pull request #14 from frewsxcv/patch-1
...
Make the 'command line usage' section slightly more readable
2014-11-19 09:51:28 -08:00
James Kasten
99036a8aaf
Merge pull request #18 from martijnbastiaan/master
...
Fixed small typo in usage()
2014-11-19 09:24:44 -08:00
James Kasten
db0643676a
Merge pull request #23 from skorokithakis/master
...
Correct dependency.
2014-11-19 09:18:04 -08:00
Stavros Korokithakis
319e985616
Correct dependency.
2014-11-19 15:29:21 +02:00
Jakub Warmuz
69ebee9bf2
Update README for setuptools magic.
2014-11-19 13:36:39 +01:00
Jakub Warmuz
139ad7c3ee
Fix setuptools package resources
...
https://pythonhosted.org/setuptools/setuptools.html#including-data-files
2014-11-19 13:33:53 +01:00
Jakub Warmuz
8dc8ceca2d
gitignore setuptools artifacts
2014-11-19 13:29:02 +01:00
Jakub Warmuz
35c4cbd438
letsencrypt.py as setuptools console script
2014-11-19 13:29:02 +01:00
Martijn Bastiaan
c6d58640b2
Fixed small typo in usage()
2014-11-19 09:39:11 +01:00
Dominic
df850ee980
Reduce the matching of REWRITE_HTTPS_ARGS and add query string
...
If the backreference of the match is not used, it's enough to match '^' instead of '^.*$'. It's slightly faster.
^ -> Match, if it starts
^.*$` -> Match, if everything matches
In addition it might be useful to append the query string with the flag: QSA
2014-11-19 09:33:31 +01:00
James Kasten
d56ec3c1da
Adding last of @kuba fixes from PR#9 Thanks!
2014-11-18 20:15:22 -08:00
James Kasten
dcdbd13674
All things in the attic are now in the legacy_protocol branch
2014-11-18 18:45:58 -08:00
James Kasten
02bd284390
Merge pull request #13 from skorokithakis/master
...
Add requirements.txt
2014-11-18 18:44:53 -08:00
James Kasten
d3708e1e79
Remove trustify/attic related code from setup.py
...
Conflicts:
.gitignore
setup.py
2014-11-18 18:39:39 -08:00
James Kasten
ea3804efb7
Sort setup install_requires
...
Conflicts:
setup.py
2014-11-18 18:36:15 -08:00
Jakub Warmuz
c843a9681f
Fix SyntaxError
2014-11-18 18:36:15 -08:00
James Kasten
229f88dfcd
setup install_requires python2-pythondialog, jose, jsonschema
...
Conflicts:
setup.py
2014-11-18 18:36:15 -08:00
Jakub Warmuz
3486a53132
python-augeas missing from PyPI
2014-11-18 18:36:15 -08:00
Corey Farwell
9fb1e2a028
Make the 'command line usage' section slightly more readable
2014-11-18 21:05:48 -05:00
Stavros Korokithakis
0704dd7b80
Merge branch 'master' of https://github.com/letsencrypt/lets-encrypt-preview
2014-11-19 04:01:57 +02:00
Stavros Korokithakis
eef9e3e948
Add requirements.txt.
2014-11-19 04:01:29 +02:00
James Kasten
badd23b717
Merge branch 'master' of github.com:letsencrypt/lets-encrypt-preview
2014-11-18 18:00:41 -08:00
James Kasten
08e07e67a6
small cleanup
2014-11-18 18:00:30 -08:00
James Kasten
41093304ae
Merge pull request #12 from alex/flake8-w
...
Replaced tabs with spaces and removed usage of several deprecated features:
2014-11-18 17:12:46 -08:00
Alex Gaynor
6011453a14
Replaced tabs with spaces and removed usage of several deprecated features:
...
* dict.has_key -> `in` operator
* backticks -> repr
Also removed trailing newlines from a few files.
flake8 --select='W' no longer reports any issues
2014-11-18 17:01:31 -08:00
James Kasten
a5f985c9cc
Merge pull request #11 from alex/trailing-whitespace-unused-imports
...
Removed trailing whitespace as well as unused imports
2014-11-18 16:56:11 -08:00
Alex Gaynor
0b75c5194f
Removed trailing whitespace as well as unused imports
2014-11-18 16:41:13 -08:00
Seth Schoen
b8170a38ec
docstrings and add JSON pretty-printing code
2014-11-18 16:39:38 -08:00
James Kasten
3ff20fbeb4
Merge pull request #2 from alex/use-requests
...
Switched from using urllib2 to requests.
2014-11-18 16:30:09 -08:00
James Kasten
786b0c7b6b
Merge branch 'master' of github.com:letsencrypt/lets-encrypt-preview
2014-11-18 16:27:25 -08:00
James Kasten
aa022adecb
Change CONFIG to point to an ACME server with valid trusted certificate
2014-11-18 16:27:10 -08:00
James Kasten
ce9a3a3f27
Merge pull request #7 from bkerensa/patch-1
...
Remove Unneccesary How To
2014-11-18 13:39:50 -08:00
Benjamin Kerensa
373f514de6
Remove Unneccesary How To
...
The how to portion is not necessary in the license file and only serves as instructions.
2014-11-18 13:08:09 -08:00
James Kasten
073e9758f1
Merge branch 'master' of github.com:letsencrypt/lets-encrypt-preview
2014-11-18 12:34:10 -08:00
James Kasten
91859d8a99
moved old protocol directory to attic to avoid confusion
2014-11-18 12:33:48 -08:00
James Kasten
2faacc1b43
update options-ssl.conf
2014-11-18 12:00:14 -08:00
Peter Eckersley
d5d39da999
Merge pull request #4 from zuehlaa/typos
...
fixed a few typos... though please note that https://github.com/letsencrypt/acme-spec is the current plan for an issuance protocol!
2014-11-18 10:39:12 -08:00
Aaron Zuehlke
3f02247791
fixed a few typos
2014-11-18 11:24:43 -06:00
Alex Gaynor
bcda03d948
Set the content-type header and use POST, which the ACME spec requires
2014-11-18 09:15:36 -08:00
Alex Gaynor
a9e0028007
Use the older requests API
2014-11-18 09:09:56 -08:00
James Kasten
7bb2a6ccf0
Merge pull request #1 from alex/fix-typos
...
Fixed several typos
2014-11-18 08:56:37 -08:00
Alex Gaynor
efaec60e6b
Switched from using urllib2 to requests.
...
urllib2 is a security hazzard, it does not perform certificate checks against a trust root by default, nor does it perform service_identity checks.
Also, requests has a prettier API.
2014-11-18 08:13:06 -08:00
Alex Gaynor
00aae545ac
Fixed several typos
2014-11-18 07:55:39 -08:00
James Kasten
ec92f6d935
Added more notes about testing of configurator
2014-11-18 03:38:00 -08:00