2736 Commits
Author SHA1 Message Date
James Kasten 6b2841793c Merge branch 'master' of github.com:letsencrypt/lets-encrypt-preview 2014-11-19 17:01:57 -08:00
James Kasten 5dfa3d5715 Changed EULA to Yes/No to Agree/Disagree 2014-11-19 17:01:30 -08:00
James Kasten c7f29e77b8 Merge pull request #30 from jsoref/spelling
Spelling
2014-11-19 15:46:08 -08:00
James Kasten 7af9263e4a Remove jose dependency, convert display code to use dialog from setup 2014-11-19 15:34:54 -08:00
Josh Soref 9e906d39a3 Spelling: organization 2014-11-19 17:43:42 -05:00
Josh Soref 61543ad19b Spelling: directive 2014-11-19 17:43:08 -05:00
Josh Soref ad3500eae6 Spelling: challenge 2014-11-19 17:42:00 -05: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 5d785cb862 Fixed issue #27 2014-11-19 09:55:08 -08: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 35c4cbd438 letsencrypt.py as setuptools console script 2014-11-19 13:29:02 +01:00
Jakub WarmuzandJames Kasten c843a9681f Fix SyntaxError 2014-11-18 18:36:15 -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 aa022adecb Change CONFIG to point to an ACME server with valid trusted certificate 2014-11-18 16:27:10 -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
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
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
James Kasten 77e7ddda7e Merge branch 'master' of github.com:letsencrypt/lets-encrypt-preview 2014-11-18 02:59:39 -08:00
James Kasten 8d55ffdd87 Formatted output of filter_names selection for --text mode 2014-11-18 02:59:28 -08:00
James Kasten 1dca1441ee Added notes about the status of configurator 2014-11-18 01:56:26 -08:00
James Kasten aa3d7986d8 Fixed --text bug when selecting whether to redirect host 2014-11-18 01:55:36 -08:00
Seth Schoen 0bbec49880 consistent naming of PEM files in CONFIG.py 2014-11-17 15:00:36 -08:00
Seth Schoen 16af948b36 use JSON Schema schemata for ACME protocol validation 2014-11-17 14:50:01 -08:00
James Kasten ac28e9f880 Clean code... add OCSP staple check 2014-11-17 03:51:00 -08:00
James Kasten 6b69241e17 Cleaned up --text option by wrapping all lines at 80 chars 2014-11-13 13:05:03 -08:00
James Kasten c1a482a8da Formatting changes before demo 2014-11-13 01:49:32 -08:00
James Kasten 29b21ebb7a Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00