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.
2 Replies
- Michael_Jenkins
Cirrostratus
You could use
. It's not the prettiest response, but it does the trick. Then you can just grab the name of the virtual from each response linetmsh list ltm virtual one-line | grep SSL_PROFILE_NAME - asdfjkl_66468
Altostratus
You 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