mirror of
https://github.com/adulau/crl-monitor.git
synced 2024-11-22 01:57:05 +00:00
Follow scans.io format
This commit is contained in:
parent
463c0c1d6a
commit
41c032b930
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ for l in fileinput.input(args.r):
|
||||||
if args.j:
|
if args.j:
|
||||||
print (json.dumps(c))
|
print (json.dumps(c))
|
||||||
elif args.f:
|
elif args.f:
|
||||||
print (c['fp']+","+c['dstip']+","+x509.get_subject().CN)
|
print (c['dstip']+","+c['fp']+","+x509.get_subject().CN)
|
||||||
else:
|
else:
|
||||||
print (c['pem'])
|
print (c['pem'])
|
||||||
certstring = ""
|
certstring = ""
|
||||||
|
|
Loading…
Reference in a new issue