Change Signer to use the config provider and fix tests

Fixes the broken ACI tests
This commit is contained in:
Joseph Schorr 2016-05-23 17:10:03 -04:00
parent 5568cc77b8
commit f670c4c7a9
5 changed files with 23 additions and 16 deletions

View file

@ -105,7 +105,7 @@ def aci_signing_key():
if not signer.name:
abort(404)
return send_file(signer.public_key_path)
return send_file(signer.open_public_key_file())
@web.route('/plans/')
@no_cache