1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
Commit Graph

2132 Commits

Author SHA1 Message Date
bmw
34650cd4ad Merge pull request #2280 from TheNavigat/symlinksverify
Check for the existence of symlinks
2016-02-01 11:25:11 -08:00
Peter Eckersley
e581335073 Merge pull request #2309 from letsencrypt/webroot-map-and-flags
Set webroot-map from diverse flags, user interaction, and config files correctly
2016-01-29 18:27:23 -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
Peter Eckersley
d281162f17 Domain errors should include the domain in question 2016-01-29 13:41:24 -08:00
Marcel Krüger
5289420692 Protect opened files against IO-exceptions 2016-01-29 20:40:28 +01:00
TheNavigat
b2ff1ed20f Adding docstring to functions in storage.py 2016-01-29 19:25:39 +02:00
TheNavigat
834b811ca0 Adding tests for checking the existence of symlinks 2016-01-29 18:30:49 +02:00
Blake Griffith
189d6eea26 Add check that symlinks exist. 2016-01-29 18:26:24 +02:00
Peter Eckersley
9cce97ee66 delint 2016-01-28 18:19:28 -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
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
c552bce609 lintmonster 2016-01-28 17:22:43 -08:00
Peter Eckersley
4dc5c0462b Test setting webroot-path in a config file 2016-01-28 17:14:55 -08:00
Peter Eckersley
bf7f9d2cc1 Debugging, but also helpful errors... 2016-01-28 16:57:31 -08:00
Peter Eckersley
c9c81ef015 Test interactive domain -> webroot-map inclusion
Also factorise test cases
2016-01-28 16:46:52 -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
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
Peter Eckersley
b6d0632a10 Bump version to 0.4.0 2016-01-27 17:05:25 -08:00
Peter Eckersley
cf218dd7f1 Release 0.3.0 2016-01-27 15:12:30 -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
Peter Eckersley
b7c9ed1b99 lintmonster 2016-01-25 15:36:00 -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
Seth Schoen
2d0f66ea32 Test now makes a non-.conf file to be ignored 2016-01-25 12:52:27 -08:00
Seth Schoen
ca75532328 Same fix to renewer.py (don't read non-.conf) 2016-01-25 12:52:10 -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
Peter Eckersley
904f44864e rm stray print 2016-01-22 16:44:54 -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
9a1199ed24 Wrangle a lot of **_kwargs 2016-01-21 15:50:45 -08:00
Peter Eckersley
81d9ed220c Less elaborate exception processing 2016-01-21 15:44:37 -08:00
Peter Eckersley
467e8fdb04 [interfaces.py] add missing :raises: for iDisplay.input 2016-01-21 15:38:38 -08:00
Peter Eckersley
b75235b3dc Close test coverage gaps
(And fix a bug in one test...)
2016-01-21 15:27:23 -08:00
Filip Ochnik
94f24a5982 Support trailing periods in webroot-map 2016-01-21 13:01:10 +07:00
Peter Eckersley
8c9757a062 Correct docstring 2016-01-20 17:55:45 -08:00
Peter Eckersley
410bd22793 As previously implemented, iDisplay.menu() returns an index, not a tag 2016-01-20 17:21:40 -08:00
Peter Eckersley
22dccf0adb Use sphinx backticks more consistently 2016-01-20 17:16:32 -08:00
Peter Eckersley
e112e2ce61 Remove pylint disable 2016-01-20 17:16:19 -08: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
bmw
30d8394535 Merge pull request #2199 from letsencrypt/0.2.0
Include 0.2.0 release in master's history, and bump version
2016-01-19 17:56:44 -08:00
bmw
8301f2f57b Merge pull request #1665 from erikrose/letsencrypt-auto-release
Make letsencrypt-auto release-suitable, self-upgrading, and self-contained.
2016-01-19 15:16:49 -08:00
Peter Eckersley
1b88bd27cf Merge pull request #2165 from twstrike/config_test_in_nginx_prepare
enable config_test in configurator prepare
2016-01-18 11:52:05 -08:00