def get_cert(pe): show_cert = json.loads(cert.get(pe)) return json.dumps({"Digital Signature": show_cert}, indent=4, separators=(',', ': '))
def get_cert(pe): show_cert = json.loads(cert.get(pe)) return show_cert