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
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
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
Brad Warren
d18ec15165
Change action just in case
2016-02-01 17:46:55 -08:00
Brad Warren
c4ce168001
Revert "--dry-run forces simulated renewal"
...
This reverts commit ae6e938744 .
2016-02-01 17:42:43 -08:00
Brad Warren
8f68016340
Merge branch 'master' into dry-run
2016-02-01 11:05:29 -08:00
Peter Eckersley
8bb7ed9a69
Document quirks of webroot-map in conf files
2016-02-01 11:04:02 -08:00
Roy Wellington Ⅳ
9c28364477
Make exception syntax Python 3 compatible.
...
Translate all except and raise statements that are in the old form to
the Python 3 compatible format.
2016-01-30 19:53:50 -08:00
Brad Warren
ae6e938744
--dry-run forces simulated renewal
2016-01-29 18:50:38 -08:00
Brad Warren
f9ac25cd7e
Only suggest donations sometimes
2016-01-29 18:14:53 -08:00
Brad Warren
29bed26aa1
Make addition of conflicting flags look similar
2016-01-29 18:04:51 -08:00
Brad Warren
08698a3de2
Log when skipping functions due to --dry-run in cli.py
2016-01-29 17:25:33 -08:00
Peter Eckersley
60e72188e4
Don't stringify unicode after all
...
- Paths can be unicode; that's fine.
- For now, unicode domains are caught and errored appropriately in
le_util.check_domain_sanity(); one day they may be allowed
2016-01-29 14:01:59 -08:00
Brad Warren
639444bf5c
Add message on successful dry run
2016-01-29 12:07:38 -08:00
Brad Warren
a2cca20500
Add --dry-run support when using custom csr
2016-01-29 10:47:58 -08:00
Brad Warren
c816bfd0b7
--dry-run implies --break-my-certs
2016-01-28 18:24:47 -08:00
Peter Eckersley
9cce97ee66
delint
2016-01-28 18:19:28 -08:00
Brad Warren
688b92f528
Add --dry-run support when renewing a lineage
2016-01-28 18:19:01 -08:00
Brad Warren
0db36afa09
Add --dry-run support when getting a new cert
2016-01-28 18:14:13 -08:00
Peter Eckersley
9bc4efe50c
Better comment
2016-01-28 18:07:47 -08:00
Peter Eckersley
35ce4236e0
Better docs for --webroot-map
2016-01-28 18:01:41 -08:00
Brad Warren
3d840dc11d
Add --dry-run parsing
2016-01-28 18:00:28 -08:00
Peter Eckersley
4114ca1c23
Since we have a hook now, let's be done with all this unicode nonsense
2016-01-28 17:54:35 -08:00
Peter Eckersley
e056b35f28
Fix some merge bugs
2016-01-28 17:51:42 -08:00
Peter Eckersley
5167f30e66
Merge & enhance two webroot map processing efforts
2016-01-28 17:48:36 -08:00
Peter Eckersley
10c8c1f533
Include interactively specified domains in webroot_map
2016-01-28 16:46:06 -08:00
Peter Eckersley
aac52e755a
Whatever domains we picked should make it to the renewal conf
2016-01-28 15:54:28 -08:00
Brad Warren
685fa77684
Add --dry-run flag
2016-01-28 15:02:52 -08:00
Peter Eckersley
63851bfa52
Treat webroot_map -> domain importation as a general property of configs
2016-01-28 14:54:11 -08:00
Peter Eckersley
002845c484
Merge remote-tracking branch 'origin/master' into wmf
2016-01-28 14:44:11 -08:00
bmw
90c7a73146
Merge pull request #2078 from letsencrypt/non-interactive
...
Implement non-interactive mode for the client.
2016-01-25 18:51:56 -08:00
Seth Schoen
f759b8342b
Merge branch 'master' of https://github.com/letsencrypt/letsencrypt into fix-2254
2016-01-25 12:53:01 -08:00
Peter Eckersley
58b50ba008
fix typo
2016-01-22 17:27:45 -08:00
Peter Eckersley
260534d1c3
Moderate warning label for cli.cli_command
2016-01-22 17:23:13 -08:00
bmw
127550c8b7
Merge pull request #2251 from letsencrypt/notifications
...
Do not say we've renewed a cert if it was reinstalled
2016-01-22 16:58:36 -08:00
Seth Schoen
32f703b6b2
Ignore renewal configs that don't end in .conf
...
Should fix #2254
2016-01-22 16:37:36 -08:00
bmw
48c211a022
Merge pull request #2218 from letsencrypt/csrdoc
...
Csrdoc
2016-01-21 16:08:45 -08:00
Peter Eckersley
e6c608b0a6
Do not autoexpand
2016-01-21 15:55:44 -08:00
Peter Eckersley
81d9ed220c
Less elaborate exception processing
2016-01-21 15:44:37 -08:00
Filip Ochnik
94f24a5982
Support trailing periods in webroot-map
2016-01-21 13:01:10 +07:00
Peter Eckersley
45f32f9cdc
Do not say we've renewed a cert if it was reinstalled
2016-01-20 16:04:06 -08:00
Filip Ochnik
c816910c0d
Support trailing period in domain names
2016-01-20 14:25:22 +07:00
Peter Eckersley
89f05379b7
Document that --csr only works in certonly mode
2016-01-18 11:25:50 -08:00
Peter Eckersley
bbb25c7d1b
Merge remote-tracking branch 'origin/master' into non-interactive
...
(Merge conflict due to PEP8iness)
2016-01-15 16:04:38 -08:00
Peter Eckersley
3abf028f69
Merge branch 'letsencrypt-auto-release' of https://github.com/erikrose/letsencrypt into letsencrypt-auto-release
2016-01-12 14:29:58 -08:00