mirror of
https://github.com/adulau/crl-monitor.git
synced 2024-11-21 17:47:09 +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:
|
||||
print (json.dumps(c))
|
||||
elif args.f:
|
||||
print (c['fp']+","+c['dstip']+","+x509.get_subject().CN)
|
||||
print (c['dstip']+","+c['fp']+","+x509.get_subject().CN)
|
||||
else:
|
||||
print (c['pem'])
|
||||
certstring = ""
|
||||
|
|
Loading…
Reference in a new issue