Peter Eckersley
|
c1844b61c1
|
Merge remote-tracking branch 'origin/master' into split-plugin-selection
|
2016-03-23 17:24:17 -07:00 |
|
bmw
|
1abca6f195
|
Merge pull request #2327 from TheNavigat/besteffort
Adding --allow-subsets-of-names flag
|
2016-03-21 15:52:19 -07:00 |
|
Amjad Mashaal
|
dc564efd0c
|
Refining obtain_certificate_from_csr docstring
|
2016-03-22 00:38:59 +02:00 |
|
Amjad Mashaal
|
a8350ce04a
|
Refining code and documentation
|
2016-03-21 23:43:38 +02:00 |
|
Brad Warren
|
5292e3963b
|
Use urn:acme:error:invalidEmail when checking for e-mail errors
|
2016-03-17 16:01:40 -07:00 |
|
Amjad Mashaal
|
4d6a1ee7ff
|
Cleaning up code based on bmw's comments
|
2016-03-17 16:24:24 +02:00 |
|
Amjad Mashaal
|
4c07feef70
|
Fixing conflicts
|
2016-03-14 13:54:31 +02:00 |
|
Peter Eckersley
|
09a649f417
|
Merge pull request #2498 from letsencrypt/issue_2497
allow users to choose how many config changes are shown
|
2016-03-11 18:07:07 -08:00 |
|
Peter Eckersley
|
1c652716a2
|
Start splitting out tests for plugins.selection
|
2016-03-11 15:37:24 -08:00 |
|
Peter Eckersley
|
c6fece8b40
|
Also move plugin selection logic from display.ops
|
2016-03-11 15:24:57 -08:00 |
|
Brad Warren
|
26ffd8df3b
|
constants.DV_CHALLENGES is not the constant you are looking for
|
2016-03-01 17:56:23 -08:00 |
|
Brad Warren
|
d10aa9faa3
|
remove reference to continuity challenges
|
2016-03-01 15:24:43 -08:00 |
|
Brad Warren
|
32c4f80117
|
remove distinction between dv_auth and auth
|
2016-03-01 14:53:10 -08:00 |
|
Brad Warren
|
d3cc2b187c
|
remove outdated comment
|
2016-03-01 14:49:51 -08:00 |
|
Amjad Mashaal
|
de31ece45a
|
Fixing styling and naming issues
|
2016-02-27 14:35:24 +02:00 |
|
Brad Warren
|
a2e8c5bde8
|
Remove cont_auth from auth_handler
|
2016-02-26 13:01:58 -08:00 |
|
Noah Swartz
|
26a25a7053
|
allow users to choose how many config changes are shown
|
2016-02-17 18:34:37 -08:00 |
|
TheNavigat
|
d38828751f
|
Fixing tests
|
2016-02-12 15:57:19 +02:00 |
|
TheNavigat
|
7b2c2d3a48
|
Fixing more conflicts
|
2016-02-12 14:36:12 +02:00 |
|
TheNavigat
|
b68c5ace0c
|
Creating CSR after auth
|
2016-02-12 14:23:58 +02:00 |
|
TheNavigat
|
c235803bd4
|
Adding --allow-subset-of-names flag
|
2016-02-12 14:22:51 +02:00 |
|
Peter Eckersley
|
63c0718d86
|
Accept --csr PEMFILE
* Closes: #1082 #1935
* Also produce better errors if SANs are missing, though not yet fixing #1076
|
2016-02-08 19:15:28 -08:00 |
|
Peter Eckersley
|
3999d65d1c
|
Refactor --csr handling to run early enough for --webroot
|
2016-02-08 18:08:30 -08:00 |
|
Peter Eckersley
|
7b0e701731
|
Fix error formatting
|
2016-02-07 19:08:26 -08:00 |
|
Peter Eckersley
|
89df062a1c
|
Allow config.domains to exist in CSR mode
|
2016-02-06 13:38:35 -08:00 |
|
Peter Eckersley
|
46984689ae
|
Attempt to get --csr and -w to play together
|
2016-02-06 13:19:55 -08:00 |
|
Brad Warren
|
5bcd267754
|
Merge branch 'master' into update-successor-config
|
2016-02-03 21:49:45 -08:00 |
|
schoen
|
533ede4850
|
Merge pull request #2367 from TheNavigat/fixobtaincertificatedoc
Fixing parameter type for obtain_certificate's domains parameter
|
2016-02-03 21:26:15 -08:00 |
|
TheNavigat
|
df111febfd
|
Fixing parameter type for obtain_certificate's domains parameter
|
2016-02-04 05:48:00 +02:00 |
|
Brad Warren
|
c818b4f689
|
Refactor new_lineage
|
2016-02-02 18:02:31 -08:00 |
|
Peter Eckersley
|
c8361b2a3c
|
Merge pull request #2316 from letsencrypt/dry-run
--dry-run
|
2016-02-01 19:31:25 -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
|
5c363b5b98
|
Log when skipping functions due to --dry-run in client.py
|
2016-01-29 17:43:21 -08:00 |
|
Brad Warren
|
d56d15225e
|
Add --dry-run support to obtain_and_enroll_cert
|
2016-01-28 18:09:59 -08:00 |
|
Brad Warren
|
75b551762b
|
Expose wrapped, not dump
|
2015-12-23 19:09:05 -05:00 |
|
Brad Warren
|
d21ca90560
|
Use dump on ComparableX509
|
2015-12-16 17:33:08 -08:00 |
|
Eugene Kazakov
|
04fabf1408
|
Check an enhancement is supported before applying (fixes #1432).
|
2015-12-16 16:47:45 +06:00 |
|
sagi
|
090a9a0e46
|
add PluginEnhancementAlreadyPresent and use it
|
2015-11-25 01:56:49 +00:00 |
|
sagi
|
7467496984
|
change enhancement http-header to ensure-http-header
|
2015-11-24 23:33:21 +00:00 |
|
sagi
|
72fcee4264
|
change Error to PluginError in comment
|
2015-11-23 23:58:58 +00:00 |
|
sagi
|
67e9470179
|
Merge remote-tracking branch 'upstream/master' into hsts
|
2015-11-22 18:27:23 +00:00 |
|
Peter Eckersley
|
7901c59cd0
|
Merge pull request #1524 from letsencrypt/email
Better UI when asking for email
|
2015-11-20 19:16:02 -08:00 |
|
Peter Eckersley
|
1a4d7c1445
|
Lintmonster
|
2015-11-20 19:02:50 -08:00 |
|
Peter Eckersley
|
c35c4f3fbe
|
Extra docstring
|
2015-11-20 19:02:50 -08:00 |
|
Stefan Weil
|
d564b8ff8e
|
Fix typos found by codespell
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2015-11-18 22:41:39 +01:00 |
|
Peter Eckersley
|
6d497b8076
|
Track recent boulder error change
|
2015-11-17 16:06:56 -08:00 |
|
sagi
|
58110a69f4
|
more elegant enhance_config, add --no- flags to hsts and uir
|
2015-11-17 07:23:19 +00:00 |
|
Peter Eckersley
|
c265fb5fb9
|
Fix bugs and test cases
|
2015-11-16 17:28:56 -08:00 |
|
Peter Eckersley
|
371e57fc51
|
If the server rejects an email address, ask again rather than erroring
This is essentially symmetrical with cases where the client itself can tell
that what the user entered isn't an email address.
|
2015-11-16 16:57:48 -08:00 |
|
Miquel Ruiz
|
37089b9eff
|
Ensure cancelling without password exits
|
2015-11-16 16:57:48 -08:00 |
|