1894 Commits
Author SHA1 Message Date
Brad Warren aaf93b65b0 Refactor storage.relevant_values 2016-06-13 16:55:45 -07:00
Brad Warren 8f68663097 Add option_was_set function 2016-06-13 16:52:35 -07:00
Brad Warren 9f61424e26 Merge branch 'master' into default-detector 2016-06-13 15:07:13 -07:00
Brad Warren 26316fb222 Ensure changes to webroot_map aren't reflected in cli.DEFAULTS 2016-06-13 15:06:49 -07:00
Brad Warren b57677b16a Use cli.DEFAULTS in storage.py 2016-06-13 14:57:14 -07:00
Brad Warren 657c4e7259 Set DEFAULTS during parse_args 2016-06-13 14:49:24 -07:00
Peter EckersleyandGitHub 645e8edef0 Merge pull request #3160 from lwolf/master
Add additional warning with actual exception message during renewal
2016-06-13 14:43:49 -07:00
Peter EckersleyandGitHub fb2cc6f88e Merge pull request #3164 from jsha/eacces-guidance
Provide nonroot guidance when logging gets EACCES.
2016-06-13 14:27:58 -07:00
Brad Warren c60c28514c Add global DEFAULT variable 2016-06-13 13:49:32 -07:00
Jacob Hoffman-Andrews f8a07a8f46 Provide nonroot guidance when logging gets EACCES. 2016-06-13 11:53:32 -07:00
Sergey Nuzdhin 6a53522a6c Add additional warning with actual exception message during renewal
Log and show warning with real exception message to make it more clear what exactly happened.
Currently we show `config is broken` when in fact we have broken symlinks in live folder.
2016-06-13 14:43:47 +02:00
Amjad Mashaal 7f9a8f0f08 Adjusting logging level of certain messages 2016-06-10 06:33:11 +02:00
Amjad Mashaal b512808750 Changing CLI logging format 2016-06-10 06:15:03 +02:00
Amjad Mashaal bc50ad48c6 Changing default logging level 2016-06-10 06:02:50 +02:00
Brad Warren 07cf34284e Add test_common_name_sans_order 2016-06-09 17:55:46 -07:00
Brad Warren bb1d2c0a1f Test common name is listed first in storage.py 2016-06-09 17:49:44 -07:00
Brad Warren 562802bfd0 Refactor common symlink writing code 2016-06-09 17:44:33 -07:00
Brad Warren 4f99cc7b2a Add _write_out_kind method 2016-06-09 17:43:05 -07:00
Brad Warren 02cdb5db0e Add cert with not alphabetically first CN 2016-06-09 16:03:32 -07:00
Brad Warren 2c803eff6a Use get_names_from_cert in storage.py 2016-06-08 17:01:54 -07:00
Brad Warren 0a707b64ec Use common_name instead of subject 2016-06-08 16:59:44 -07:00
Brad Warren 8db1b5627c Add GetNamesFromCertTest 2016-06-08 16:57:56 -07:00
Brad Warren 753aea2f3f Add get_names_from_cert function 2016-06-08 16:53:04 -07:00
Brad Warren ac581951b3 Have get_names_from_csr use _get_names_from_cert_or_req 2016-06-08 16:50:34 -07:00
Brad Warren a0be028340 Add _get_names_from_cert_or_req 2016-06-08 16:49:08 -07:00
Peter Eckersley 6dc5171365 Merge pull request #3037 from mgedmin/optional-hook-validation
Add --disable-hook-validation
2016-06-08 12:35:14 -07:00
Peter Eckersley 311a2db6ba Merge pull request #3110 from certbot/candidate-0.8.0
Update files in response to 0.8.0 release
2016-06-08 12:01:09 -07:00
Amjad Mashaal 111ca657d8 Adding testing 2016-06-06 21:17:02 +02:00
Marius Gedminas f5c8a63c18 Tests for --disable-hook-validation 2016-06-03 09:44:12 +03:00
mrstanwell ee622618a2 Strip "\n" from end of OS version string for OS X.
If you don't, it ends up in the UserAgent header and you get an error
like:
Invalid header value 'CertbotACMEClient/0.8.0 (darwin 10.10.5\n)...'
2016-06-03 00:42:40 -05:00
Brad Warren 36e63a7372 Bump version to 0.9.0 2016-06-02 13:50:37 -07:00
Brad Warren dcadcf8d42 Release 0.8.0 2016-06-02 13:50:30 -07:00
Seth Schoen 10612a0ced Merge remote-tracking branch 'origin/update_registration' into update_registration 2016-05-31 15:54:00 -07:00
Seth Schoen c1e4b57d37 Tiny documentation fixes 2016-05-31 15:53:40 -07:00
Brad Warren 673b5e960a Merge branch 'master' into update_registration 2016-05-31 14:35:30 -07:00
bmw fcc4622b6d Merge pull request #3005 from lamby/reproducible-documentation
Don't call os.pid() the default kwargs to atexit_print_messages
2016-05-31 12:05:16 -07:00
Marius Gedminas d21f8fa657 Add --disable-hook-validation
As discussed in #3020.
2016-05-29 22:20:47 +03:00
Shaun Cummiskey 2e12fda802 Spelling correction 2016-05-28 16:08:28 -05:00
Chris Lamb b247687517 Don't call os.pid() the default kwargs to atexit_print_messages
Whilst it has no side-effects, this results in non-reproducible output when
generating the certbot documentation:

    http://i.imgur.com/Q6VGi9S.jpg

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2016-05-28 10:45:57 +01:00
Amjad Mashaal 928ea2f5cb Fixing minute problems with code 2016-05-28 02:18:49 +02:00
Peter Eckersley 24915f6d00 Lint 2016-05-27 16:45:12 -07:00
Peter Eckersley b627f64377 Fix stray merge error 2016-05-27 15:04:59 -07:00
Peter Eckersley 883510338c Merge branch 'master' into sysd_os 2016-05-27 14:48:03 -07:00
Peter Eckersley 61e0e3cc83 Merge pull request #3073 from cowlicks/rename-le-util
Rename certbot.le_util to certbot.util
2016-05-27 14:37:36 -07:00
Brad Warren 7153220b41 Bump version to 0.8.0 2016-05-27 13:30:54 -07:00
Brad Warren 46d8f6e18c Release 0.7.0 2016-05-27 13:30:46 -07:00
Brad Warren 14b45b795a give register full test coverage 2016-05-25 22:45:57 -07:00
Brad Warren 89279a72bd Interatively ask for e-mail with register verb 2016-05-25 22:23:36 -07:00
Brad Warren 8d802ef6fd Fix up display/ops.py coverage 2016-05-25 22:12:06 -07:00
Brad Warren 653935b937 Merge branch 'master' into update_registration 2016-05-25 21:54:51 -07:00