Fixing an issue were aws certificates plugins might not have a chain. (#512)
This commit is contained in:
@ -94,4 +94,4 @@ def digest_aws_cert_response(response):
|
||||
if 'certificate_chain' in cert:
|
||||
chain = cert['certificate_chain']
|
||||
|
||||
return str(body), str(chain),
|
||||
return body, chain
|
||||
|
Reference in New Issue
Block a user