1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
Commit Graph

215 Commits

Author SHA1 Message Date
James Kasten
622a1c3154 Merge branch 'acme_test' of git://github.com/kuba/lets-encrypt-preview into kuba-acme_test 2014-12-10 00:45:04 -08:00
Jakub Warmuz
8bf677ff3b Fix acme_revocation key file bug 2014-12-09 22:16:38 +01:00
Jakub Warmuz
b5a51de16b Tests for ACME message factories 2014-12-09 22:16:38 +01:00
Jakub Warmuz
8ea085553a Fix coverage for le_util 2014-12-09 19:20:57 +01:00
Jakub Warmuz
54d67e2378 Add tests for unique_file 2014-12-08 20:41:52 +01:00
James Kasten
231f3d5c61 Remove code without unittests from master (code remains in separate testing branch) 2014-12-03 16:45:06 -08:00
James Kasten
a234cdf90e Safety check: if Apache releases version without a decimal 2014-12-03 04:47:41 -08:00
James Kasten
afd67d10f0 Merge branch 'master' of github.com:letsencrypt/lets-encrypt-preview 2014-12-03 04:33:07 -08:00
James Kasten
2d6c9489c8 Add get_version_method (cannot currently make unittest) fix pylint errors. 2014-12-03 04:31:01 -08:00
James Kasten
fbe0b23070 Merge pull request #111 from willoller/type_checking_client_acme
Parameter checking and filling in TODOs (acme.py)
2014-12-03 03:51:09 -08:00
James Kasten
8f9c4194bc disable pylint warnings 2014-12-02 20:36:46 -08:00
James Kasten
bcd423aaa3 Fixed undefined variable from Kuba-PEP8 2014-12-02 12:19:15 -08:00
Jakub Warmuz
e0f91b06b2 Move redirect to authenticate 2014-12-01 22:37:15 +01:00
Jakub Warmuz
5a2143290a ca_server -> server 2014-12-01 22:33:57 +01:00
Jakub Warmuz
6886680a62 Fix redirect var flow 2014-12-01 20:13:39 +01:00
Jakub Warmuz
b54db8c447 Merge remote-tracking branch 'github/letsencrypt/master' into pep8
Conflicts:
	letsencrypt/client/client.py
2014-12-01 20:08:27 +01:00
James Kasten
795b6fcdc6 Fix doc mistakes 2014-12-01 04:29:36 -08:00
Jakub Warmuz
a62db935c3 Merge remote-tracking branch 'github/letsencrypt/master' into pep8
Conflicts:
	letsencrypt/client/client.py
2014-12-01 12:44:39 +01:00
Jakub Warmuz
6385d0fed1 Merge remote-tracking branch 'github/letsencrypt/master' into docs
Conflicts:
	letsencrypt/client/apache_configurator.py
2014-12-01 12:43:06 +01:00
James Kasten
cb9263cc4a Random small changes 2014-12-01 03:05:06 -08:00
Francois Marier
8f445a6136 Use the right URL for the project
`lets-encrypt.org` doesn't work but `letsencrypt.org` does so use that.
2014-11-30 20:29:38 -08:00
Will Oller
e49cf1899b Remove aggro type checking 2014-11-30 16:06:58 -08:00
Will Oller
30d4aeb463 Remove some whitespace 2014-11-30 15:52:45 -08:00
Will Oller
3184dba80c PEP8: Use isinstance(name, unicode) 2014-11-30 15:52:34 -08:00
Will Oller
8885f608a2 Single quotes instead of tics 2014-11-30 15:47:59 -08:00
Will Oller
64f011c8bb Parameter checking and filling in TODOs 2014-11-30 15:27:05 -08:00
Jakub Warmuz
06bb6b344b More docs in challenge 2014-11-30 19:28:03 +01:00
Jakub Warmuz
a88e3f8fc1 Add Challenge docs, pep8/docs interactive_challenge 2014-11-30 19:22:07 +01:00
Jakub Warmuz
924531341e Fix missing whitespace in todo 2014-11-30 18:28:14 +01:00
Jakub Warmuz
49b50538ab pylint client, add docs 2014-11-30 13:56:09 +01:00
Jakub Warmuz
b354c9caf6 Fix recent commits docs bugs 2014-11-30 13:23:20 +01:00
Jakub Warmuz
72218f3dd3 script doc fix 2014-11-30 13:10:23 +01:00
Jakub Warmuz
b8b4730535 Merge remote-tracking branch 'github/letsencrypt/master' into docs
Conflicts:
	letsencrypt/client/apache_configurator.py
2014-11-30 11:55:17 +01:00
Jakub Warmuz
9f05a3ee15 Fix apache_configurator docs 2014-11-30 11:44:17 +01:00
James Kasten
8a62587a6e Added namedtuples for key, csr in client 2014-11-30 02:31:44 -08:00
James Kasten
384e01a3d8 Remove self from function call 2014-11-30 00:01:23 -08:00
James Kasten
238fdcb4c6 Finish merging fix_pylint_errors 2014-11-29 23:54:01 -08:00
James Kasten
27d9f5f374 Cleaned up augeas configurator 2014-11-29 23:11:34 -08:00
James Kasten
44749f09ec Merge pull request #105 from kuba/docs
Sphinx docs, various doc fixes
2014-11-29 21:32:17 -08:00
Jakub Warmuz
fca214ad12 More unifying after merge with master 2014-11-30 03:07:52 +01:00
Jakub Warmuz
5b4d70c234 Docs in CONFIG 2014-11-30 02:46:21 +01:00
Jakub Warmuz
59a7559c05 Unify docs 2014-11-30 02:46:21 +01:00
Jakub Warmuz
9b1ad63077 Merge remote-tracking branch 'github/letsencrypt/master' into pylint-errors
Conflicts:
	letsencrypt/client/client.py
2014-11-30 02:36:42 +01:00
Jakub Warmuz
24769c2a8a Fix some pylint -E errors 2014-11-30 02:33:02 +01:00
James Kasten
27f0ba2633 Missed this change in one of pulls 2014-11-29 17:11:03 -08:00
James Kasten
a013b8153e Merge pull request #92 from willoller/master
acme/challenge_request handles only 1 domain name
2014-11-29 17:02:00 -08:00
James Kasten
a615130b19 Merge pull request #101 from kuba/bugs/44
Exception -> LetsEncryptClientError, doc fixes
2014-11-29 16:41:01 -08:00
Jakub Warmuz
8f6d4b4344 Merge remote-tracking branch 'github/letsencrypt/master' into bugs/44
Conflicts:
	letsencrypt/client/client.py
2014-11-30 01:32:33 +01:00
James Kasten
add0351d20 Merge pull request #102 from kuba/pep8
PEP8
2014-11-29 16:29:35 -08:00
James Kasten
d2a1c969e4 Added in filename support because configuration files still need to reference the correct place 2014-11-29 16:05:18 -08:00