Commit Graph
5440 Commits
Author SHA1 Message Date
Peter Eckersley 48cd0e270f Merge remote-tracking branch 'origin/master' into candidate-0.4.0 2016-02-10 18:32:36 -08:00
Peter Eckersley 7bbdbdfde4 Merge pull request #2431 from letsencrypt/bool
make false falsy
2016-02-10 18:30:16 -08:00
Noah Swartz bf674489d5 make false falsy 2016-02-10 18:10:10 -08:00
Peter Eckersley 83dfb5e051 Merge remote-tracking branch 'origin/master' into candidate-0.4.0 2016-02-10 16:46:10 -08:00
Peter Eckersley 982e03c13f Merge pull request #2428 from letsencrypt/include-centos-conf
Include centos-options-ssl-apache.conf in letsencrypt-apache
2016-02-10 16:45:54 -08:00
Peter Eckersley ea31db75b7 Misc release script fixes 2016-02-10 16:35:14 -08:00
Brad Warren c328ec6200 Include centos-options-ssl-apache.conf in letsencrypt-apache 2016-02-10 16:35:00 -08:00
bmw b6e14f1b59 Merge pull request #2425 from letsencrypt/webroot-map-and-flags
Allow renew to handle --webroot-path on the commandline
2016-02-10 15:27:11 -08:00
Seth Schoen 6abcfddfe7 Remove unused variable "wrm" 2016-02-10 15:05:18 -08:00
Seth Schoen 86bddfa9b4 Fix syntax error (missing colon in function definition) 2016-02-10 14:50:10 -08:00
Peter Eckersley 7c7a07ceb2 rm redundancy 2016-02-10 14:30:35 -08:00
Peter Eckersley 4b49419c07 Allow renew to handle --webroot-path on the commandline
- and generally clarify how renew handles webroot options
2016-02-10 14:28:47 -08:00
bmw 7065e8e907 Merge pull request #2418 from letsencrypt/renew-integration2
Test cli flag setting within renewal integration tests
2016-02-10 13:26:13 -08:00
Brad Warren f35896b305 Stopped breaking things 2016-02-10 13:00:14 -08:00
schoen 390b7a6db7 Merge pull request #2423 from letsencrypt/sign-better
Offline sigs are actually made with sha256
2016-02-10 12:55:11 -08:00
Peter Eckersley 9077ae76bb Offline sigs are actually made with sha256 2016-02-10 12:53:36 -08:00
Brad Warren 3158f132c7 Merge branch 'master' into renew-integration2 2016-02-10 12:42:54 -08:00
bmw 636daa648a Merge pull request #2388 from letsencrypt/issue_2347
Ensure that command line arguments still work with `renew`
2016-02-10 12:42:12 -08:00
schoen c20a3c15a6 Merge pull request #2421 from letsencrypt/renew-cli-help
Better command-line docs for renew.
2016-02-10 12:11:28 -08:00
Peter Eckersley 78cde8b7d9 Update language to clarify that only expiring certs are renewed 2016-02-10 11:39:03 -08:00
Peter Eckersley e808091a97 Better command-line docs for renew. 2016-02-10 10:58:07 -08:00
bmw 5f0641bccb Merge pull request #2357 from letsencrypt/donate-spamfilter
Donate spamfilter
2016-02-09 18:58:16 -08:00
Brad Warren 7aa2f4b5f6 Remove stay .namespace 2016-02-09 18:34:44 -08:00
Brad Warren 96d89cf44d Disable too-many-locals for now 2016-02-09 18:32:59 -08:00
Brad Warren 8c970a890d Revert "Resume using a fully-constructed config namespace"
This reverts commit 3603f482e5.
2016-02-09 18:28:56 -08:00
Peter Eckersley 64600ff61c Place a signpost about default detection for plugin args 2016-02-09 17:52:30 -08:00
Peter Eckersley b4b584155e Address stylistic review comments 2016-02-09 17:40:01 -08:00
Noah Swartz 3688331a60 Merge pull request #2278 from letsencrypt/force_renewal_option
Rename --renew-by-default to --force-renewal
2016-02-09 16:37:11 -08:00
Peter Eckersley 56d3557b5e Merge pull request #2417 from letsencrypt/apachectl
Deprecate --apache-ctl
2016-02-09 16:18:29 -08:00
Seth Schoen 3ca769e634 Update logging to mention --force-renew 2016-02-09 16:09:30 -08:00
Peter Eckersley 0513af83f4 Test CLI flag setting from renewal integration tests
Closes: #2411
2016-02-09 16:09:02 -08:00
Seth Schoen a4eccafa9e Merge remote-tracking branch 'origin/master' into force_renewal_option
Conflicts:
	letsencrypt/cli.py

Mention --force-renew instead of --renew-by-default in docs/using.rst.
2016-02-09 16:07:36 -08:00
Brad Warren fa93927d66 Merge branch 'master' into donate-spamfilter 2016-02-09 16:00:11 -08:00
Peter Eckersley 5e50158e22 Merge remote-tracking branch 'origin/master' into issue_2347 2016-02-09 15:57:51 -08:00
bmw bfb5f7ee9d Merge pull request #2352 from letsencrypt/2348
More helpful error messages if trying to renew with standalone and bound ports
2016-02-09 15:53:53 -08:00
Peter Eckersley 090d9c2e91 Merge pull request #2412 from gicappa/master
added a missing space that was causing an error in letsencrypt-auto [needs revision]
2016-02-09 15:52:27 -08:00
Brad Warren 8f283924cd Add --apache-ctl as deprecated arg 2016-02-09 15:43:51 -08:00
Brad Warren 8a5d40fc35 Make add_deprecated_argument more readable 2016-02-09 15:41:42 -08:00
bmw b766a0cc0a Merge pull request #2415 from letsencrypt/non-interactive
Non-interactive menus were broken if labelled with help...
2016-02-09 15:06:31 -08:00
Peter Eckersley c8b89a9f5a Revert "For testing purposes, implement a way to specify which renewal files are run"
This reverts commit 56be2e054c.
2016-02-09 14:50:32 -08:00
Gian Carlo Pace d34c6779e8 added a missing space in letsencrypt-auto.template as well 2016-02-09 23:34:38 +01:00
Peter Eckersley 0ab54820c6 Non-interactive menus were broken if labelled with help... 2016-02-09 14:25:18 -08:00
Peter Eckersley 6ca84acc1c Fix more bugs
* setting --dry-run or --staging implies changing account
  * --dry-run: be willing to make a staging account if the user only
    has a prod one
2016-02-09 14:19:53 -08:00
Gian Carlo Pace 3a9f91a169 added a missing space that was causing an error in letsencrypt-auto script 2016-02-09 22:39:17 +01:00
Peter Eckersley ed348f5528 Actually all of this logic was fine, and we do need to bring in the staging server value 2016-02-09 12:50:49 -08:00
Peter Eckersley 04926a4662 Fix some bugs:
- modify_arg_for_default_detection was not actually succeeding in modifying
   the kwargs it was called with
 - it should be good enough for the default detector to notice --dry-run and
   pass that to the real conf, we don't need to play with .server as well...
2016-02-09 12:44:05 -08:00
Peter Eckersley 56be2e054c For testing purposes, implement a way to specify which renewal files are run 2016-02-09 12:24:25 -08:00
Peter Eckersley 13aed36cd5 "" is a reasonable server value in default_detection=True 2016-02-09 12:22:36 -08:00
Peter Eckersley 0fb3bf689d More debugging. 2016-02-09 11:46:43 -08:00
Peter Eckersley d0d63b65b8 lintlint 2016-02-09 10:54:24 -08:00