From e80edc565ca4f37c86144cde74cac7a190b8fe79 Mon Sep 17 00:00:00 2001 From: Robert Grant Date: Mon, 13 Aug 2018 12:22:55 -0700 Subject: [PATCH] Add the missing paramter --- client/pki-client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pki-client.py b/client/pki-client.py index 1742cae..9b26dd2 100644 --- a/client/pki-client.py +++ b/client/pki-client.py @@ -68,7 +68,7 @@ def get_hint(ID, level): return response.json() -def get_intermediate_cert_by_sn(ID, SN): +def get_intermediate_cert_by_sn(ID, SN, level): ''' get_cert_by_sn returns a dict that contains: text: The certficate associated with the SN that was provided