Commit Graph
5160 Commits
Author SHA1 Message Date
Seth Schoen 674d71d4e9 Separate constants for what to pull from renewal config 2016-02-02 17:45:55 -08:00
Peter Eckersley 06be2a5972 Merge branch 'renew_verb' of ssh://github.com/letsencrypt/letsencrypt into renew_verb 2016-02-02 17:42:57 -08:00
Peter Eckersley 6ae0852071 Refactor: decide whether to renew or not in a single function 2016-02-02 17:41:48 -08:00
Noah Swartz 06b6dcc9c8 set noninteractive to true if we're doing renew 2016-02-02 17:35:46 -08:00
Noah Swartz b97ddb92f0 fix bool 2016-02-02 17:27:40 -08:00
Noah Swartz 9fde7fe476 don't ask for donations if renewing 2016-02-02 16:52:12 -08:00
Seth Schoen 9e36c5b36d Default deploy_before_expiry is now 99 years 2016-02-02 16:03:48 -08:00
Seth Schoen 30bdbbfb82 It's an error to use -d with renew now 2016-02-02 15:49:01 -08:00
Seth Schoen 3ea1c499f4 Cleanup after removal of "args" 2016-02-02 15:20:49 -08:00
Seth Schoen d2ebeca184 Merge remote-tracking branch 'origin/renew_verb' into renew_verb 2016-02-02 15:17:46 -08:00
Peter Eckersley 2c200b1e43 Stray merge fix 2016-02-02 15:05:08 -08:00
Seth Schoen 526f65f5b4 Merge remote-tracking branch 'origin/renew_verb' into renew_verb 2016-02-02 15:03:48 -08:00
Seth Schoen 273a78a5c6 use webroot_map if present (it's already a dict when deserialized!) 2016-02-02 15:02:15 -08:00
Peter Eckersley c7d7904c07 Merge remote-tracking branch 'origin/master' into renew_verb 2016-02-02 14:47:23 -08:00
bmw 3de505ba9d Merge pull request #2342 from letsencrypt/less-argumentative
Be less argumentative
2016-02-02 14:44:28 -08:00
Peter Eckersley 747bd2715f Fix merge bugs & address other review comments 2016-02-02 14:32:09 -08:00
Peter Eckersley fe29a434f5 Merge branch 'master' of ssh://github.com/letsencrypt/letsencrypt into less-argumentative 2016-02-02 14:26:15 -08:00
Seth Schoen 5ec2136cf7 Merge branch 'origin/renew_verb' into renew_verb
Conflicts:
	letsencrypt/cli.py
2016-02-02 13:44:16 -08:00
Seth Schoen 8f26e69cfe Merge branch 'master' into renew_verb
Conflicts:
	letsencrypt/cli.py
2016-02-02 13:42:55 -08:00
Peter Eckersley 6ac54c9dbf Merge remote-tracking branch 'origin/master' into renew_verb 2016-02-02 13:17:04 -08:00
Peter Eckersley 14334ea775 And another... 2016-02-02 12:42:05 -08:00
Peter Eckersley aafe7f2a84 Fix another merge glitch 2016-02-02 12:39:48 -08:00
bmw 5fb8b9c56c Merge pull request #2343 from erikrose/le-auto-26-deps
Add 2.6 dependencies that were missing from le-auto. Fix #2334.
2016-02-02 12:29:29 -08:00
bmw f4b4844f2c Merge pull request #2339 from pra85/patch-1
Fix typo in docs/ciphers.rst
2016-02-02 11:51:35 -08:00
Peter Eckersley 623fd9f417 fix editing error 2016-02-02 10:59:01 -08:00
Peter Eckersley e01ac9287e Merge remote-tracking branch 'origin/master' into less-argumentative 2016-02-02 10:29:17 -08:00
Peter Eckersley 55287cf753 Merge branch 'master' into less-argumentative 2016-02-02 10:21:34 -08:00
Peter Eckersley 131641e963 cli.py should be less argumenentative
- remove all the passing around of `args`, limiting ourselves to just `config`.
 - fixes #2341
2016-02-02 10:17:54 -08:00
Erik Rose d85883d55a Add 2.6 dependencies that were missing from le-auto. Fix #2334.
ConfigArgParse has a conditional dependency for Pythons < 2.7. On my local machine, I had a cached ConfigArgParse wheel built under 2.7, so it didn't carry those dependencies, and the pip freeze I used to determine the le-auto requirements thus missed it. From now on, we'll do those passes with --no-cache-dir.
2016-02-02 13:05:15 -05:00
bmw a11a40c12f Merge pull request #2330 from letsencrypt/webroot-map-and-flags
Document quirks of webroot-map in conf files
2016-02-02 09:24:03 -08:00
Peter Eckersley 7a56ffaa41 Merge pull request #2336 from letsencrypt/name_sanity
Name sanity
2016-02-02 08:23:52 -08:00
Peter Eckersley a280539f2a Merge pull request #2335 from letsencrypt/aim2dismod
Stop leaving socache_shmcb enabled
2016-02-02 08:18:39 -08:00
Prayag Verma ea9478ebc1 Fix typo in docs/ciphers.rst
Remove extra `as`
2016-02-02 11:23:15 +05:30
Seth Schoen 7a7cd3d4f7 Work in progress (renewal succeeded) 2016-02-01 20:35:43 -08:00
Seth Schoen 1bc3d6c855 Merge branch 'name_sanity' into renew_verb 2016-02-01 19:47:20 -08:00
Seth Schoen 3b531e311c Fix location of enforce_domain_sanity 2016-02-01 19:35:18 -08:00
Peter Eckersley c8361b2a3c Merge pull request #2316 from letsencrypt/dry-run
--dry-run
2016-02-01 19:31:25 -08:00
Seth Schoen 61b714099d Centralize all domain sanity checking in one place 2016-02-01 19:27:47 -08:00
Seth Schoen 71bd458494 Further work in progress 2016-02-01 19:18:27 -08:00
Brad Warren 8ddebe3d12 Create tests to prevent future regressions 2016-02-01 18:21:02 -08:00
Seth Schoen 1488a3c2b4 Work in progress 2016-02-01 18:10:59 -08:00
Brad Warren 3c34fd80c7 Change enable_mod order 2016-02-01 18:09:47 -08:00
Brad Warren d18ec15165 Change action just in case 2016-02-01 17:46:55 -08:00
Seth Schoen b0c319d1cc Merge remote-tracking branch 'origin/namespace' into renew_verb 2016-02-01 17:45:51 -08:00
Brad Warren c4ce168001 Revert "--dry-run forces simulated renewal"
This reverts commit ae6e938744.
2016-02-01 17:42:43 -08:00
Seth SchoenandPeter Eckersley 42cee297b8 Don't parse the cli twice 2016-02-01 17:31:00 -08:00
Seth Schoen 5337fdec23 Work in progress - make renew verb/main loop 2016-02-01 17:24:05 -08:00
Peter Eckersley 83afb58a9a Avoid dangerous and mysterious behaviour if someone tries to modify a config 2016-02-01 17:20:20 -08:00
Peter Eckersley 39bffef4c2 Merge pull request #2322 from thanatos/py3k-exceptions
Make all except/raises Python 3 compatible.
2016-02-01 16:32:44 -08:00
Brad Warren 149ac79b8f Test certonly with --csr and --dry-run 2016-02-01 13:29:18 -08:00