Build precise queries to find exactly what you need
Press ESC to close
@frnkblk
Member Since: July 29, 2009
Favorites1
Views0
Projects10
I had to tweak the script to handle certificates that contain OIDs. Change: my %h=grep /./,(split //([A-Za-z]+)=/,$subject); to my %h=grep /./,(split //([A-Za-z]+|[.d]+)=/,$subject);
Reviewed 11 years ago