Jakub Warmuz
ad79d7c8b6
Adjust client reports to use RenewerConfiguration. Fix docs.
2015-06-12 17:43:19 +00:00
Jakub Warmuz
b94c3614b9
Merge branch 'cli-config-fixes' into renewer-cli
2015-06-11 21:48:29 +00:00
Jakub Warmuz
196884652e
Merge remote-tracking branch 'github/letsencrypt/master' into cli-config-fixes
...
Conflicts:
letsencrypt_apache/constants.py
letsencrypt_nginx/constants.py
2015-06-11 21:46:16 +00:00
James Kasten
4147993b4d
Merge pull request #484 from fmarier/rename-apache-config
...
Rename the apache config file to match the nginx one
2015-06-11 17:34:48 -04:00
James Kasten
50de40e780
Merge pull request #457 from fmarier/rename-nginx-config
...
Rename the nginx ssl config file to match the final filename
2015-06-11 17:34:38 -04:00
Jakub Warmuz
c02db78417
Merge remote-tracking branch 'github/letsencrypt/master' into renewer-cli
...
Conflicts:
letsencrypt/client.py
2015-06-11 21:16:47 +00:00
Jakub Warmuz
e346bfafd6
Merge branch 'cli-config-fixes' into renewer-cli
2015-06-11 21:14:28 +00:00
Francois Marier
bce01419da
Rename the apache config file to match the nginx one
...
Since both config files end up in /etc/letsencrypt/, if we want the two
plugins be to installable at the same time, their config files need different
names.
2015-06-07 20:31:50 +12:00
Francois Marier
8198e6c105
Rename the nginx ssl config file to match the final filename
...
This config file will ultimately exist as /etc/letsencrypt/options-ssl-nginx.conf
so we may as well use the right filename everywhere.
This is much easier to deal with in the Debian packaging.
2015-06-07 20:22:43 +12:00
schoen
bd130a8cd8
Merge pull request #480 from bradmw/reporter
...
Core reporter messages
2015-06-04 14:07:57 -07:00
Brad Warren
2c40cc77fb
Added atexit_print_messages test
2015-06-03 12:06:51 -07:00
Brad Warren
3f37e3a241
Merge remote-tracking branch 'upstream/master' into reporter
2015-06-03 11:41:25 -07:00
Brad Warren
9f37a46c92
Added client tests
2015-06-03 11:40:14 -07:00
Brad Warren
34a66b1bff
Added key notifications to the client
2015-06-02 17:11:00 -07:00
schoen
9394c26a9b
Merge pull request #467 from kuba/bugs/456
...
Use timedelta instead of now.month + 1 (partially fixes : #456 ).
2015-06-02 17:03:57 -07:00
Brad Warren
a417d881f1
Merge remote-tracking branch 'upstream/master' into reporter
2015-06-02 17:00:40 -07:00
schoen
a53efb1737
Merge pull request #470 from kuba/gitignore
...
gitignore: +htmlcov, -m3, reorg
2015-06-02 16:47:16 -07:00
schoen
06a989e5a3
Merge pull request #468 from kuba/le_util-refactor
...
le_util refactor
2015-06-02 12:50:06 -07:00
schoen
e04f52368d
Merge pull request #477 from bradmw/flush
...
Duplicate output fix
2015-06-02 12:36:38 -07:00
schoen
925904f54b
Merge pull request #476 from kuba/bugs/381
...
Standalone Authenticator: no fail when port taken (fixes #381 )
2015-06-02 12:25:57 -07:00
Brad Warren
986ca6562f
Merge remote-tracking branch 'upstream/master' into reporter
2015-06-02 12:19:10 -07:00
Brad Warren
59c5a77731
Fixed duplicate output
2015-06-02 12:16:10 -07:00
Jakub Warmuz
05ad602b43
Merge remote-tracking branch 'github/letsencrypt/master' into cli-config-fixes
...
Conflicts:
letsencrypt/cli.py
2015-06-02 18:42:04 +00:00
James Kasten
7b23147daf
Merge pull request #475 from e00E/master
...
Fixed not passing a string as the private key to deploy_certificate w…
2015-06-02 14:37:55 -04:00
Jakub Warmuz
4646d8d6bf
Standalone Authenticator: no fail when port taken ( fixes #381 )
2015-06-02 18:31:09 +00:00
Brad Warren
f82aa5836e
Merge remote-tracking branch 'upstream/master' into reporter
2015-06-02 11:28:03 -07:00
Brad Warren
814ab083bd
Added account registration message and fixed double output
2015-06-02 11:16:24 -07:00
Jakub Warmuz
9a7ade7cba
Rename cert_dir to csr_dir.
2015-06-02 17:42:23 +00:00
e00E
73e9956a48
Fixed not passing a string as the private key to deploy_certificate when using an Installer plugin.
2015-06-02 18:17:18 +02:00
James Kasten
34ed54079d
Merge pull request #466 from kuba/bugs/462
...
Fix --no-verify-ssl negation bug
2015-06-02 11:54:09 -04:00
Jakub Warmuz
0b57daf473
Renewer dynamic dirs based on --config-dir/--work-dir ( fixes #469 ).
2015-06-02 12:10:22 +00:00
Jakub Warmuz
d3ad5f8b56
gitignore: +htmlcov, -m3, reorg
2015-06-02 10:41:33 +00:00
Jakub Warmuz
9e5bd7c90d
Do not use generic exceptions in le_util_test.
2015-06-02 10:01:24 +00:00
Jakub Warmuz
efde7d4eff
Refactor le_util, 100% cover
2015-06-02 10:01:24 +00:00
Jakub Warmuz
9ecfecbc7a
Add missing docstring.
2015-06-02 09:19:51 +00:00
Jakub Warmuz
2ae9bf3d49
Use timedelta instead of now.month + 1 (partially fixes : #456 ).
...
`ValueError: day is out of range for month`
2015-06-02 07:14:01 +00:00
Jakub Warmuz
b420e2a1da
Fix --no-verify-ssl negation bug
2015-06-02 06:58:35 +00:00
Jakub Warmuz
cd7a5ec24a
Fix pylint
2015-06-02 01:01:29 +00:00
Jakub Warmuz
8fed612fef
Fix apache/nginx tests.
2015-06-02 00:40:33 +00:00
Jakub Warmuz
ed5e8df8d7
Merge remote-tracking branch 'github/letsencrypt/master' into cli-config-fixes
...
Conflicts:
letsencrypt/constants.py
letsencrypt/interfaces.py
2015-06-02 00:19:05 +00:00
Jakub Warmuz
c440b0354d
Fix typo
2015-06-02 00:16:24 +00:00
Jakub Warmuz
8fe6584336
Don't allow user supplied mod_ssl conf destination ( fixes #451 ).
2015-06-02 00:14:10 +00:00
Jakub Warmuz
3fefd28080
Only configure --config-dir/--work-dir (rest dynamic).
2015-06-01 23:49:07 +00:00
Jacob Hoffman-Andrews
325f2ae4ad
Merge pull request #463 from kuba/bugs/462
...
Split --test-mode into --no-verify-ssl and --dvsni-port (fixes #462 ).
2015-06-01 16:28:47 -07:00
schoen
97489f85fa
Merge pull request #464 from kuba/verbose-help
...
Add help for the --verbose flag.
2015-06-01 14:47:48 -07:00
schoen
171e37894b
Merge pull request #465 from kuba/reporter-cleanup
...
Reporter cleanup
2015-06-01 14:47:19 -07:00
Jakub Warmuz
5b957f27d6
Fix typo: config.port -> config.dvsni_port.
2015-06-01 21:40:22 +00:00
Jakub Warmuz
f5613ee074
Add help for the --verbose flag.
2015-06-01 21:08:42 +00:00
Jakub Warmuz
2929039cf4
Split --test-mode into --no-verify-ssl and --dvsni-port ( fixes #462 ).
2015-06-01 20:56:58 +00:00
Jakub Warmuz
3ba41de2ba
Split Reporter priority constants (improves docs readability).
2015-06-01 19:16:58 +00:00