Forum Discussion

jcrubaugh45_208's avatar
Apr 10, 2018

Python to find Virtual Server with Certificates

I'm trying to locate every VIP across my environment ( 18 F5 LTM's for this example ) where a specific certificate is being used. Does anyone have any guides for how to find this using Python. I don'...
  • jcrubaugh45_208's avatar
    Apr 10, 2018

    never mind i finally found out how to get my list of certificates from mgmt.tm.sys.crypto.certs.get_collection()

     

    i guess i need to get better at my google searches :)