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

66 Commits

Author SHA1 Message Date
Peter Eckersley
c89dcad313 This default shouldn't be a magic string 2016-01-11 12:22:22 -08:00
Peter Eckersley
3a7565afe5 trigger travis rerun 2016-01-10 01:03:50 -08:00
Peter Eckersley
5b3bd890b7 Default: renew 30 days before expiry, rather than 10
- gives more time for various fallback strategies if renewal doesn't work the
   first time
2016-01-09 15:15:05 -08:00
Daniel Convissor
0822906c29 Keep storage.names() from passing None to open()
Fixes exiting abnormally with:
    TypeError: coercing to Unicode: need string or buffer, NoneType found
2015-12-19 10:06:24 -05:00
bmw
0c704fa7f2 Merge pull request #1929 from SwartzCr/config-parse
fix issue with parsing renewal confs
2015-12-18 11:41:44 -08:00
Noah Swartz
e463fca34d fix broken test 2015-12-17 16:01:21 -08:00
Peter Eckersley
a99f1d1395 This should be maximally legible. 2015-12-12 17:24:05 -08:00
Peter Eckersley
aee25fb05e Attempt to fix ridiculous log message 2015-12-12 17:21:24 -08:00
Seth Schoen
8fdff540b5 Add interactive flag to should_auto{renew,deploy} 2015-12-11 22:02:46 -08:00
Nav
b42b5d0f08 Refining content of logging messages 2015-11-21 18:07:59 +02:00
Nav
5667acc558 Refining importing libraries 2015-11-21 17:57:03 +02:00
Nav
25e6502aac Adding paths to cert and chain logging messages 2015-11-18 21:28:57 +02:00
Nav
24e5e3d8e5 Fixing tests broken by including the variable x in the logger debug messages 2015-11-18 12:49:06 +02:00
Nav
678fb555c0 Improving content of logging messages 2015-11-18 12:39:43 +02:00
Nav
062b4722e2 Adding even more logging to storage.py 2015-11-16 15:03:27 +02:00
Nav
6760355a23 Added more logging 2015-11-13 11:44:10 +02:00
Nav
cec5bb8b84 Adding logging for _consistent 2015-11-13 11:13:31 +02:00
Nav
f972cf19d3 Adding storage logging 2015-11-12 21:11:16 +02:00
Dev & Sec
2c66c7b333 use more accurate method to calculate time interval in should_autodeploy() and should_autorenew() functions 2015-10-26 23:22:22 +00:00
Brad Warren
2bedd57aa9 Merge branch 'master' into storage_paranoia 2015-10-22 13:01:20 -07:00
Brad Warren
83a7d4d792 changes += schoen's feedback 2015-10-17 17:26:52 -07:00
Brad Warren
2adcce6b3d Delete code in storage.py 2015-10-17 13:53:22 -07:00
Brad Warren
2239ae9a68 Don't read global renewer config file 2015-10-13 18:39:23 -07:00
Brad Warren
0e6d652ce3 Move ConfigObj parsing inside of RenewableCert.__init__ 2015-10-13 18:25:31 -07:00
Brad Warren
acc44f2b65 Always delete lockfiles in _fix_symlinks 2015-10-12 21:04:40 -07:00
Brad Warren
b90827dc98 Added tests 2015-10-12 20:40:17 -07:00
Brad Warren
f8f80f5392 Added calls to recovery code 2015-10-12 18:39:17 -07:00
Brad Warren
49ba0c05e7 Added recovery function 2015-10-12 18:35:07 -07:00
Brad Warren
15cf1c1a4e Added _lockfiles 2015-10-12 18:23:12 -07:00
Brad Warren
3ee4ee0996 Added lockfiles around link update 2015-10-12 18:07:21 -07:00
Brad Warren
7a49e2bcb3 Merge branch 'master' into automation_is_enabled 2015-10-05 12:09:40 -07:00
Brad Warren
59348ad30c Made methods private and updated tests 2015-10-01 13:33:22 -07:00
Brad Warren
c976c0abdf Removed duplicated code 2015-10-01 13:03:23 -07:00
Brad Warren
6bde83c983 Fixed indentation in storage.py 2015-10-01 11:53:11 -07:00
Peter Eckersley
bde5a1fe17 Merge branch 'treat_duplicate_as_renewal' into kuba_chain 2015-09-15 17:51:58 -07:00
Seth Schoen
a38bb41856 PR cleanup 2015-09-11 13:49:26 -07:00
Seth Schoen
791825151a Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview into treat_duplicate_as_renewal 2015-09-11 00:42:35 -07:00
James Kasten
b866c2a816 Merge pull request #752 from kuba/lint
pep8 love
2015-09-11 03:37:28 -04:00
Jakub Warmuz
33c2aed021 Merge remote-tracking branch 'github/letsencrypt/master' into lint 2015-09-11 07:15:10 +00:00
James Kasten
1a5f0c434e remove source of abspath problem... not side-effect 2015-09-11 00:02:09 -07:00
James Kasten
63b0d62f7b fix #765 2015-09-10 23:46:02 -07:00
Jakub Warmuz
0275271ecd Multi cert chains (fixes #633). 2015-09-10 20:28:22 +00:00
Seth Schoen
2006c3a067 Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview into treat_duplicate_as_renewal 2015-09-08 21:02:06 -07:00
Seth Schoen
7aa9fe845a Basic fix for #411 2015-09-08 01:33:03 -07:00
Jakub Warmuz
83185e5553 pep8 letsencrypt 2015-09-06 09:20:11 +00:00
Harlan Lieberman-Berg
dc4cc23377 Fix minor spelling errors in the code. 2015-09-05 22:35:34 -04:00
James Kasten
3088a18f05 finish renewer error handling 2015-08-04 14:54:19 -07:00
James Kasten
3490935733 Generic ValueError -> CertStorageError 2015-08-04 14:45:03 -07:00
Jakub Warmuz
ad79d7c8b6 Adjust client reports to use RenewerConfiguration. Fix docs. 2015-06-12 17:43:19 +00:00
Jakub Warmuz
0b57daf473 Renewer dynamic dirs based on --config-dir/--work-dir (fixes #469). 2015-06-02 12:10:22 +00:00