Forum Discussion
AMiles_377865
Apr 17, 2019Cirrocumulus
Hello Chris,
This will give you a list of all virtual servers, and if it has your specific client-ssl-profile, it will be right below it.
tmsh list ltm virtual | grep -E 'virtual|'
That keeps you from checking each one individually in the GUI, and knowing which servers can expect the change.
To check which client-ssl profiles are using which certificates, run
tmsh list ltm profile client-ssl cert
Best of luck,
Austin