Robert Habermann
6a1cf1b754
fix typo in tox.cover.sh script name
2015-08-09 11:11:23 +02:00
Robert Habermann
95cc031339
remove unneccessary check of len on match_parts
...
While getting the best match the function _exact_match is called with
the candidate server names as name. Then name.split('.') is called which
can never have a length of 0.
2015-08-09 11:02:21 +02:00
Jacob Hoffman-Andrews
74b677248d
Merge pull request #653 from letsencrypt/update-challenges
...
Update challenges to match latest spec
2015-08-07 15:37:17 -07:00
Jacob Hoffman-Andrews
83dacedd5b
Merge pull request #654 from letsencrypt/rm-py3
...
Remove Python 3 Travis checks
2015-08-06 12:35:38 -07:00
Seth Schoen
05ee92f8cd
Remove Python 3 Travis checks
2015-08-06 12:07:00 -07:00
Jacob Hoffman-Andrews
8a01e094c5
Increase server_names_hash_bucket_size in nginx test config.
2015-08-05 19:26:58 -07:00
Brad Warren
283ccbfc45
Removed -e
2015-08-05 17:28:08 -07:00
Brad Warren
ffd0d6d148
Removed go get
2015-08-05 17:13:10 -07:00
Brad Warren
62ea10cd6c
Fixed travis issues?
2015-08-05 16:38:09 -07:00
Brad Warren
8263baecba
Merge remote-tracking branch 'upstream/master' into update-challenges
2015-08-05 15:42:08 -07:00
Brad Warren
14c150ae17
Fixed unit tests and lint
2015-08-05 15:39:31 -07:00
James Kasten
1e3c7aa746
Merge pull request #651 from letsencrypt/update_readme
...
Update README
2015-08-05 12:04:34 -07:00
James Kasten
4cc4d7467a
update headers
2015-08-05 10:52:31 -07:00
James Kasten
9a334f3632
add space
2015-08-05 10:48:43 -07:00
James Kasten
ce14e0bea6
Move disclaimer up
2015-08-05 10:47:19 -07:00
James Kasten
a7b52899a6
Clarify Installation, Clarify status of Let's Encrypt
2015-08-05 10:43:48 -07:00
James Kasten
c17837d70c
Merge branch 'patch-2' of git://github.com/coolaj86/lets-encrypt-preview into coolaj86-patch-2
2015-08-05 10:35:35 -07:00
Brad Warren
cfabfa1a67
Merge remote-tracking branch 'kuba/update-challenges' into update-challenges
2015-08-04 16:57:53 -07:00
James Kasten
264a7274ad
Merge pull request #650 from letsencrypt/renewer_errors
...
Renewer errors
2015-08-04 15:50:09 -07:00
James Kasten
3088a18f05
finish renewer error handling
2015-08-04 14:54:19 -07:00
James Kasten
3490935733
Generic ValueError -> CertStorageError
2015-08-04 14:45:03 -07:00
James Kasten
9139531af0
Merge pull request #631 from letsencrypt/apache_modules
...
Apache Overhaul
2015-07-31 16:02:03 -07:00
Jakub Warmuz
f96f059288
Remove nonce_domain remaints from core.
2015-07-31 22:54:25 +00:00
James Kasten
0c3d8a51eb
Merge branch 'master' into apache_modules
2015-07-31 15:49:13 -07:00
Jakub Warmuz
eacf658003
py3 compat
2015-07-31 22:45:48 +00:00
James Kasten
1587653366
Final cleanup
2015-07-31 15:38:43 -07:00
Jakub Warmuz
68d34391dd
Fix test_good_token
2015-07-31 22:15:56 +00:00
Jakub Warmuz
bac5a564db
Passing core/Boulder@370d296 integration testing.
2015-07-31 21:31:58 +00:00
Jakub Warmuz
57110f4c18
acme: simplehttp v04
2015-07-31 21:30:08 +00:00
Jakub Warmuz
ceed8a71c1
DeserializationError: more meaningful message
2015-07-31 21:19:07 +00:00
James Kasten
8ba87b8c18
Merge pull request #606 from quinox/issue_518
...
Consume longest possible match
2015-07-31 13:53:23 -07:00
James Kasten
2953d3b2ee
Associate vhost with name after selection
2015-07-31 13:23:31 -07:00
James Kasten
65f4332798
Update IPlugin docs, make augeas conform
2015-07-31 12:49:39 -07:00
James Kasten
33111e1ce6
Added additional errors to IPlugin.prepare interface
2015-07-31 10:44:21 -07:00
James Kasten
06a014de09
Update documentation, reduce spurious logging
2015-07-31 10:29:04 -07:00
James Kasten
776e347382
Merge branch 'master' into apache_modules
2015-07-31 10:14:43 -07:00
James Kasten
df6707209f
Merge pull request #642 from letsencrypt/dol-patch-1
...
Dol patch 1
2015-07-31 10:06:27 -07:00
James Kasten
92dbc4f4eb
Finish merge of #17
2015-07-31 09:55:02 -07:00
James Kasten
4aaa9a3240
Merge branch 'patch-1' of git://github.com/dol/lets-encrypt-preview into dol-patch-1
...
Conflicts:
letsencrypt/client/CONFIG.py
2015-07-31 09:53:50 -07:00
James Kasten
f71119681c
Address most of first round of comments
2015-07-30 23:14:58 -07:00
James Kasten
b37fc95386
py26 compat
2015-07-30 01:49:04 -07:00
James Kasten
47be104e2b
Update pick_plugin tests based on misconfigured single plugin
2015-07-30 01:37:05 -07:00
James Kasten
67be424779
Merge branch 'master' into apache_modules
2015-07-30 01:26:08 -07:00
James Kasten
3bcf29be51
Change default rollback to 1
2015-07-30 01:22:59 -07:00
James Kasten
e64e3ceab0
Proper misconfiguration message
2015-07-30 01:19:02 -07:00
James Kasten
1570873312
Fix single candidate plugin misconfiguration bug
2015-07-30 00:29:23 -07:00
James Kasten
7390a39a4d
edit spacing
2015-07-29 23:49:02 -07:00
James Kasten
ae4e1d5058
Use a2enmod and update reverter
2015-07-29 23:40:07 -07:00
James Kasten
c0f8c90f93
Merge pull request #638 from kuba/boulder-start-no-arg
...
"boulder-start.sh amqp" is the default as of #637
2015-07-29 22:15:23 -07:00
Jakub Warmuz
84fe80a347
"boulder-start.py amqp" is the default as of #637
2015-07-30 04:13:14 +00:00