minor fix

This commit is contained in:
ThomasV 2015-07-12 08:13:09 +02:00
parent da55d9ed6e
commit aa7b9af501
1 changed files with 1 additions and 0 deletions

View File

@ -352,6 +352,7 @@ def make_request(config, req, alias=None, alias_privkey=None):
pr = make_unsigned_request(req)
key_path = config.get('ssl_privkey')
cert_path = config.get('ssl_chain')
requestor = None
if key_path and cert_path:
sign_request_with_x509(pr, key_path, cert_path)