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
Adam Woodbeck
9581c363b1
Fixed attribute reference and docstring.
2014-11-29 12:02:48 -05:00
Adam Woodbeck
9efec15d0a
Merge branch 'master' into file-to-str
...
Conflicts:
letsencrypt/client/client.py
letsencrypt/client/le_util.py
2014-11-29 11:35:48 -05:00
Adam Woodbeck
5854d42672
Various bug, docstring, and PEP8 fixes.
2014-11-29 11:15:56 -05:00
Will Oller
c39e85c17e
Don’t write unit tests for non-optimal code paths
2014-11-29 07:24:09 -08:00
Will Oller
f3b7839d31
Don’t use explicit file encoding hint
2014-11-29 07:23:37 -08:00
Will Oller
c5bbb30e5d
Removed unnecessary whitespace
2014-11-29 07:16:30 -08:00
Jakub Warmuz
99a81ba269
Add package docstrings
2014-11-29 13:42:47 +01:00
Jakub Warmuz
23cdee4fa1
More docs for recovery_token_challenge, cleanup
2014-11-29 13:40:10 +01:00
Jakub Warmuz
b6422d74ad
PEP8 recovery_contact_challenge
2014-11-29 13:34:57 +01:00
Jakub Warmuz
c80f9bed97
Fix double "raise"
2014-11-29 13:05:54 +01:00
Jakub Warmuz
73eb8f8546
Exception -> LetsEncryptClientError, doc fixes
2014-11-29 13:00:28 +01:00
Will Oller
ad5c2d0a4d
acme/challenge_request handles only 1 domain name
...
No other functions inside acme/ handle lists, so
to keep the class consistent, challenge_request()
should only handle a string parameter. Iteration
should be moved to the client, which is handling
the list of domain names anyway.
2014-11-29 00:30:16 -08:00
Dave Guarino
aa7ca5f03d
Fix typos in comments for ACME authorizationRequest message
2014-11-28 23:58:10 -08:00
Jakub Warmuz
3cfeac6f3b
PEP 3127, fixes pylint old-octal-literal.
...
https://www.python.org/dev/peps/pep-3127
2014-11-29 03:33:51 +01:00
Jakub Warmuz
fa94a4f57a
Fix chmods security error: 644 != 0644
2014-11-29 03:13:16 +01:00
Adam Woodbeck
c0c731b3e6
Updated get_key_csr_pem() to use file contents instead of file names.
2014-11-28 17:00:02 -05:00
Adam Woodbeck
3ecf8659a1
Work with CSR and private key file contents in the client.
2014-11-28 15:48:04 -05:00
Adam Woodbeck
8464ce30d5
More sensible mode defaults when creating a unique file.
2014-11-28 15:47:06 -05:00
James Kasten
d548d7427f
Merge pull request #87 from letsencrypt/proper_documentation
...
Proper documentation
2014-11-27 01:32:46 -08:00
James Kasten
9e1e7b235d
started fixing pylint errors
2014-11-27 01:29:56 -08:00
James Kasten
ba91c489a6
Removed __functions, minor formatting
2014-11-27 00:53:10 -08:00
James Kasten
76a1012370
Fixed common case in client.py
2014-11-26 21:45:58 -08:00
James Kasten
d47b615d5f
Changed authenticate method to handle the new arguments
2014-11-26 20:49:32 -08:00
James Kasten
716156e5a0
Add sphinx documentation for augeas_configurator
2014-11-26 16:59:13 -08:00
James Kasten
14c81099af
First pass for proper documentation of apache_configurator
2014-11-26 15:28:28 -08:00
James Kasten
c9f9417d4b
Merge pull request #71 from kuba/bugs/44
...
Towards better exceptions...
2014-11-25 22:24:34 -08:00
Jakub Warmuz
d7b33656b0
Raise errors.LetsEncryptClient error in send().
2014-11-25 13:32:02 +01:00
James Kasten
f046db1d17
Added TODOs and a warning
2014-11-25 03:05:50 -08:00
Jakub Warmuz
6eaf9f3459
Merge remote-tracking branch 'github/master' into bugs/44
...
Conflicts:
letsencrypt/client/apache_configurator.py
2014-11-25 10:52:00 +01:00
James Kasten
a83781f70f
Merge pull request #77 from kuba/style-1
...
Revert acme to 43ae01b
2014-11-25 01:46:54 -08:00
Jakub Warmuz
f52556becd
Revert acme to 43ae01b
2014-11-25 10:01:04 +01:00
Jakub Warmuz
5ca95a55ca
Fix recent commits style
2014-11-25 09:48:35 +01:00
James Kasten
9b1ab949c7
PEP compliance logger.py
2014-11-25 00:32:56 -08:00
James Kasten
8d1d9b0734
PEP8 support for acme, acme_test, apache_configurator
2014-11-25 00:15:47 -08:00
James Kasten
506c603e30
Merge branch 'master' of github.com:letsencrypt/lets-encrypt-preview
...
Conflicts:
letsencrypt/client/client.py
2014-11-24 19:03:29 -08:00
James Kasten
b245bbb10e
Added name check and attempted to clean up code - is PEP8 conformant
2014-11-24 18:58:34 -08:00
Seth Schoen
4453d3fab8
Add a missing crypto_util
2014-11-24 16:02:30 -08:00
Seth Schoen
b4492042d9
For crypto.util, read crypto_util
2014-11-24 15:59:32 -08:00