James Kasten
c09cf0fa07
Merge branch 'master' into revoker
...
Conflicts:
letsencrypt/client/apache/configurator.py
letsencrypt/client/client.py
letsencrypt/client/crypto_util.py
letsencrypt/client/interfaces.py
letsencrypt/client/reverter.py
letsencrypt/client/revoker.py
letsencrypt/client/tests/apache/dvsni_test.py
letsencrypt/client/tests/apache/parser_test.py
letsencrypt/client/tests/challenge_util_test.py
letsencrypt/scripts/main.py
2015-02-10 00:12:23 -08:00
James Kasten
523c59d329
revert to binary redirect logic
2015-02-09 16:39:08 -08:00
James Kasten
e04ab25642
remove whitespace
2015-02-09 14:53:51 -08:00
James Kasten
f476a49387
Fix #220
2015-02-09 14:39:49 -08:00
James Kasten
5fb9cc4c39
pylint fixes
2015-02-09 02:47:45 -08:00
James Kasten
0cf4329936
full display integration
2015-02-09 00:12:43 -08:00
James Kasten
168a70c273
refactor and enhance display, update revoker
2015-02-08 00:46:16 -08:00
Jakub Warmuz
207bd6c31c
IConfig attributes. config/args separation
2015-02-03 12:16:55 +00:00
Jakub Warmuz
9fb56f31d3
NamespaceConfig
2015-02-03 11:22:04 +00:00
James Kasten
e000cfd7c6
Merge branch 'master' into revoker
...
Conflicts:
letsencrypt/client/challenge_util.py
letsencrypt/client/display.py
letsencrypt/client/tests/challenge_util_test.py
letsencrypt/client/tests/client_test.py
letsencrypt/scripts/main.py
2015-02-02 19:02:38 -08:00
James Kasten
5698bc3e20
refactor client.namedtuples to le_util
2015-02-02 18:11:48 -08:00
James Kasten
4540b85ade
formatting...
2015-02-02 17:28:34 -08:00
James Kasten
21147a8163
initial display revision
2015-02-02 16:17:57 -08:00
Jakub Warmuz
1d45b466a3
IConfig.apache_server_root without trailing slash
2015-02-02 21:42:30 +00:00
Jakub Warmuz
7828853e8c
Remove "direc" magic, use IConfig instead. f(config.x, config) -> f(config)
2015-02-02 17:41:44 +00:00
Jakub Warmuz
9580a763e1
key_size/keysize -> rsa_key_size
2015-02-02 08:20:55 +00:00
Jakub Warmuz
787f791a4e
--apache-ctl wihout dirname
2015-01-31 14:18:01 +00:00
Jakub Warmuz
098f779a79
Use ConfArgParse
2015-01-31 11:37:24 +00:00
Jakub Warmuz
b6de602b5b
Move CONFIG to CLI arguments
2015-01-31 11:31:29 +00:00
Jakub Warmuz
687541505b
IConfig, constants
2015-01-31 11:31:29 +00:00
James Kasten
e56737de0b
Merge pull request #207 from ThomasWaldmann/version
...
have letsencrypt.VERSION, show it in letsencrypt --help, use it in setup.py
2015-01-29 16:21:53 -08:00
Thomas Waldmann
219b25cd98
parse version number from package init, avoid package import
2015-01-29 14:58:20 +01:00
James Kasten
f6f6b79221
fix comment spelling
2015-01-29 00:17:45 -08:00
Thomas Waldmann
9c98e1e7e5
have letsencrypt.VERSION, show it in letsencrypt --help, use it in setup.py
...
note: we had some discussion about potential problems importing VERSION from main package.
SO link: http://stackoverflow.com/questions/2058802/how-can-i-get-the-version-defined-in-setup-py-setuptools-in-my-package
See also my comment in __init__.py - maybe we can add that "version detection from git tags" magic later.
2015-01-29 01:20:45 +01:00
James Kasten
a5f65dcfd8
pep8 - remove extra whitespace
2015-01-28 16:20:09 -08:00
James Kasten
e9a6d6039b
Remove half-implemented code... leave TODO
2015-01-28 16:18:40 -08:00
James Kasten
73b95c4307
Fix based on comments
2015-01-26 01:27:00 -08:00
James Kasten
a281a88f49
Merge branch 'master' into reverter
2015-01-25 23:04:37 -08:00
Thomas Waldmann
7e7093e821
check late for root, so letsencrypt --help also works without being root
2015-01-26 01:21:15 +01:00
James Kasten
208e7ec34b
refactoring/small fixes for PR
2015-01-25 04:24:05 -08:00
James Kasten
8c6cfaded0
Merge branch 'master' into reverter
...
Conflicts:
letsencrypt/client/apache/configurator.py
letsencrypt/client/crypto_util.py
letsencrypt/client/display.py
letsencrypt/client/revoker.py
letsencrypt/client/tests/apache/configurator_test.py
letsencrypt/client/tests/apache/dvsni_test.py
letsencrypt/scripts/main.py
2015-01-24 21:42:26 -08:00
Jakub Warmuz
f12ef3b933
whitespace
2015-01-24 20:30:58 +00:00
Jakub Warmuz
a507293bd8
Quickfix for #147
2015-01-24 14:09:46 +00:00
Jakub Warmuz
b9723b6cad
Fix line-too-long from master
2015-01-24 13:16:00 +00:00
Jakub Warmuz
844d83cc0e
Merge remote-tracking branch 'github/letsencrypt/master' into pylint
2015-01-24 13:13:55 +00:00
Jakub Warmuz
23cab4e694
pylint: 10/10 with missing-docstring
2015-01-24 13:12:45 +00:00
James Kasten
f30bf2ca87
pylint cleanup
2015-01-24 03:31:33 -08:00
James Kasten
2ff3c8396e
Fix revocation for "None" installer
2015-01-24 03:00:01 -08:00
James Kasten
4e3f4f8f24
Merge branch 'master' into reverter
...
Conflicts:
letsencrypt/client/crypto_util.py
letsencrypt/scripts/main.py
2015-01-24 02:30:51 -08:00
James Kasten
f67db5ef43
Prepare for "None" and misconfigured Installers
2015-01-24 02:15:23 -08:00
James Kasten
5fa42b200a
Merge pull request #177 from ThomasWaldmann/server-port
...
talk to servers on non-standard https port (like -s acme.example.org:8443)
2015-01-23 22:23:28 -08:00
Thomas Waldmann
b72897677e
use default value for -s argument
2015-01-23 23:29:07 +01:00
Thomas Waldmann
aadf6da7bf
show default RSA_KEY_SIZE in cmdline help
2015-01-23 14:21:59 +01:00
Thomas Waldmann
93b247c483
misc. improvements to ACME servername:port code
...
changed ACME_SERVER to include the port. this is so the commandline options help will also display the port
and also to make it clear at the constant definition that giving a port is supported there.
improved docstrings
2015-01-23 13:56:57 +01:00
Thomas Waldmann
b0becec26e
support --keysize N cmdline param to give RSA key size
...
also: improve tests for usual key sizes
2015-01-23 03:38:10 +01:00
James Kasten
bedbd2e315
Initial implementation of reverter, showing main.py capabilities
2015-01-22 02:36:36 -08:00
James Kasten
1dc7bfccc4
Address startup issues, attempt to identify misconfiguration issues with proper errors
2015-01-19 03:15:31 -08:00
James Kasten
c9a3d8b0c2
Cleanup Installer API change
2015-01-17 02:29:29 -08:00
James Kasten
4b44befefa
Initial attempt at API modification and associated changes
2015-01-15 01:43:54 -08:00
James Kasten
73ec1311c0
Initial challenge refactor/allow multiple names
2015-01-06 02:11:44 -08:00