Commit graph

9985 commits

Author SHA1 Message Date
James Kasten
5026e92142 Remove reference to old file in CONFIG 2014-11-21 00:10:53 -08:00
James Kasten
c1c6d24c32 Remove more legacy files, code references 2014-11-21 00:10:21 -08:00
James Kasten
c1f3a55d04 Add development mailing list to README 2014-11-20 18:56:19 -08:00
James Kasten
36027477b1 Push error message for send() function. This seems to be giving many people trouble 2014-11-20 16:48:39 -08:00
James Kasten
b779bb0461 specified ApacheConfigurator to enable rollback, --view-checkpoints 2014-11-20 16:02:57 -08:00
James Kasten
f64570c5db Merge branch 'configurator_refactor', Enable modular configuration
editing to support development for other webservers.
2014-11-20 15:43:31 -08:00
James Kasten
95fbf69206 Caught bug in display... referencing 0 instead of OK variable 2014-11-20 15:42:13 -08:00
James Kasten
e79b379e67 Enabled authentication under new system 2014-11-20 15:29:40 -08:00
James Kasten
bf393f78ab Changed client to use new form of challenges 2014-11-20 12:23:44 -08:00
James Kasten
d57dd9faee Move SNIChallenge into apache_configurator.py as the dvsni challenge should be a feature for the configurator 2014-11-20 03:47:35 -08:00
James Kasten
3b26f6c526 Add stub of nginx_configurator.py for another developer to work on if they desire 2014-11-20 02:39:11 -08:00
James Kasten
c238a6a36f Add AugeasConfigurator class... move all appropriate functions to it 2014-11-20 02:21:56 -08:00
James Kasten
0093684f93 Initial attempt to extract essentials out of Configurator - still need to fix SNIChall 2014-11-20 01:30:53 -08:00
James Kasten
a480107a4f Merge pull request #33 from willnewby/master
Adding dependencies to ubuntu setup in README
2014-11-19 22:30:32 -08:00
James Kasten
35ef6b7048 Remove legacy code from project 2014-11-19 20:46:34 -08:00
Will Newby
6a6e5088c1 Merge branch 'master' of github.com:willnewby/lets-encrypt-preview 2014-11-20 03:19:59 +00:00
Will Newby
091ce0029b Adding dependencies of swig + dialog, for minimal ubuntu installs 2014-11-20 03:18:04 +00:00
Will Newby
a802651513 Adding dependencies of swig + dialog, for minimal ubuntu installs 2014-11-20 03:15:36 +00:00
James Kasten
d01a959ea8 Merge pull request #29 from mpapis/patch-2
wrap command line usage to avoid scrolling
2014-11-19 18:47:38 -08:00
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
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