Forum Discussion
Jay_Spell
Apr 17, 2019Nimbostratus
I would use cli for this.
tmsh list ltm profile client-ssl | grep -B 13 -i cert-name.crt
This should give you all the profiles associated with the certificate. Then you can search the virtual servers for any with the associate profiles.
tmsh list ltm virtual | grep -B 12 profile_name