mirror of
https://github.com/adulau/crl-monitor.git
synced 2024-11-21 17:47:09 +00:00
Typo fixed
This commit is contained in:
parent
0d90f20ed7
commit
e2c3629964
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ for l in fileinput.input(args.r):
|
|||
subject = x509.get_subject().CN
|
||||
if subject is None:
|
||||
subject = ""
|
||||
print (c['dstip']+","+c['fp']+","+subject
|
||||
print (c['dstip']+","+c['fp']+","+subject)
|
||||
elif args.s:
|
||||
print (c['fp']+","+base64.standard_b64encode(dercert))
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue