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

5026 Commits

Author SHA1 Message Date
Noah Swartz
a6d0410f4e remove old TODO 2016-01-29 15:30:23 -08:00
Noah Swartz
b7c94bb297 don't continue if there's no vhost 2016-01-28 16:48:12 -08:00
Noah Swartz
5f50d698ee fix var name 2016-01-28 16:26:44 -08:00
Noah Swartz
69ac8c6cfa add servername/alias for all vhosts 2016-01-28 16:24:56 -08:00
Noah Swartz
3e5b89daa5 remove save params 2016-01-28 15:54:02 -08:00
Noah Swartz
1417dc43cd save ssl directives 2016-01-28 15:38:14 -08:00
Noah Swartz
e7507e5354 don't double write servers 2016-01-28 14:53:47 -08:00
Noah Swartz
ff98ae3f22 remove is_generic always write target_name 2016-01-28 13:25:10 -08:00
Noah Swartz
4bae5b432c fix tests 2016-01-26 13:53:43 -08:00
Noah Swartz
80ce6e2942 initial servername write test 2016-01-26 13:42:56 -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
Erik Rose
7189778927 Merge the downgrade of the ConfigArgParse dependency to 0.9.3. 2016-01-25 18:32:36 -05:00
Peter Eckersley
9b43b71a21 Merge pull request #2268 from letsencrypt/fix-2254
Ignore renewal configs that don't end in .conf
2016-01-25 14:07:04 -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
2f29c66167 Merge pull request #2232 from TheNavigat/golangcontributing
Refining contributing.rst
2016-01-25 10:20:07 -08:00
Peter Eckersley
aab2f9e3fb Merge pull request #2256 from SwartzCr/issue_2228
fix apache 2.2
2016-01-25 09:34:20 -08:00
TheNavigat
b5af4264bc Adding instructions on how to install Go 1.5.3 on Linux 2016-01-23 04:14:23 +02:00
Erik Rose
5b9369701e Merge pull request #2266 from erikrose/centos-python-tools
Add installation of python-tools and python-pip for CentOS.
2016-01-22 20:41:12 -05: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
Erik Rose
55dba783c0 Port bootstrapper fixes to the new le-auto's bootstrappers. 2016-01-22 15:26:49 -05:00
Sorvani
30db2372b5 Update _rpm_common.sh
fixes #1823
Add check for python-tools and python-pip
2016-01-22 15:15:27 -05:00
Noah Swartz
5192fa36ab move save command up to tls_sni 2016-01-22 11:47:49 -08:00
Noah Swartz
b75b887a83 fixed linting issues 2016-01-22 10:03:29 -08:00
Erik Rose
66dbd23f2b Upgrade peep to 3.0.
This will avoid crashing when used with pip 8.x, which was released today and is already the 3rd most used client against PyPI. (7.1.2 and 1.5.4 take spots 1 and 2, respectively.)
2016-01-22 00:07:50 -05:00
bmw
48c211a022 Merge pull request #2218 from letsencrypt/csrdoc
Csrdoc
2016-01-21 16:08:45 -08:00
Noah Swartz
0802ade04e fix apache 2.2 2016-01-21 15:59:30 -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
bmw
eb7426c824 Merge pull request #2022 from letsencrypt/merged-fixed-0.1.1
Merged fixed 0.1.1
2016-01-21 15:32:57 -08:00
Peter Eckersley
b75235b3dc Close test coverage gaps
(And fix a bug in one test...)
2016-01-21 15:27:23 -08:00
bmw
5d888b7e03 Merge pull request #1911 from gosuri/f-vagrantfile
Vagrantfile: explicity set virtualbox customization
2016-01-21 15:23:30 -08:00
Peter Eckersley
ca1e84d3fc Merge pull request #2253 from alex/patch-1
Fixed formatting of code blocks
2016-01-21 13:49:19 -08:00
Erik Rose
09d5dcb27e Merge pull request #2177 from Natim/2175-broken-wheel-dependencies
Build a Python-3-compatible wheel for acme.
2016-01-21 12:10:26 -05:00
Alex Gaynor
4c8f5fff8c Fixed formatting of code blocks 2016-01-21 11:37:32 -05:00
Rémy HUBSCHER
b8690cd471 Make wheel universal 2016-01-21 10:11:23 +01: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
Erik Rose
65fbeede69 Downgrade declared ConfigArgParse requirement. Fix #2243. 2016-01-20 16:24:21 -05:00