Use get_issuer, as intended by logging.debug
This commit is contained in:
parent
2ba60dded4
commit
ba984d46a1
@ -241,7 +241,7 @@ def main():
|
||||
try:
|
||||
logging.debug('subject=%s\n\tissuer%s\n\texpired=%s\n\tmodulus=%s',
|
||||
root_cert.get_subject(),
|
||||
root_cert.get_subject(),
|
||||
root_cert.get_issuer(),
|
||||
root_cert.has_expired(),
|
||||
get_pub_modulus(root_cert))
|
||||
except Exception:
|
||||
|
Loading…
x
Reference in New Issue
Block a user