Forum Discussion
Thomas_McLean_1
Nimbostratus
May 26, 2015Which VS is using specific SSL Certificates
Hi all,
Can anyone tell me if there is a way within TMSH to check to see which SSL Certificates are being used by a particular VS?
Cheers,
Thomas.
asdfjkl_66468
Altostratus
Jun 01, 2015You could also try:
tmsh list ltm virtual | awk '/(ltm virtual|)/' | grep -B1 ""
**If you want to make it look alittle cleaner a sed one-liner at the end may help:
tmsh list ltm virtual | awk '/(ltm virtual|)/' | grep -B1 "" | sed -e 's/{//g;s/--//g'Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects