It outputs nothing. I don’t have a lot of experience working with CSV, could someone help me out? My current organization just redirects the output of this command to a .csv file and looks for the correct certs, which seems like a waste of time. So I’d like to get to a point where the .csv file only has the necessary servers in it.
I think overall it might be best to just output the issued certs to a .csv file, filter according, and then export the newly generate list to a .csv file.
Well to be completely honest I wasn’t sure if issued certs from a CA were located in the cert: location. This is the first time I’ve worked so directly with a CA server. I’ll do some research and see if this is possible.