Commit 4291d53e authored by Łukasz Nowak's avatar Łukasz Nowak Committed by Vincent Pelletier

cli: Add missing crt_path for message

parent e2cfbf99
......@@ -173,7 +173,9 @@ class CLICaucaseClient(object):
utils.validateCertAndKey(crt_pem, key_pem)
except ValueError:
print(
b'Key in %s does not match retrieved certificate, skipping',
b'Key in %s does not match retrieved certificate, skipping' % (
crt_path,
),
file=sys.stderr,
)
error = True
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment