Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
@frnkblk
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