Forum Discussion
Which Virtual Contents are associated with which SSL CERT
Just for those who are not that sure how to do wha Kevin said to do. We are trying to find which virtual servers are associated with a specific SSL certificate. login to tms via SSH.
username@(name-of-f5-ltm)(cfg-sync In Sync)(Active)(/Common)(tmos)
If you are using multiple partition like I am, cd to that partition via:
cd /your-patition-name
Now, do following command by Kevin to get a list of all virtual servers using the ssl name (Important note: you should not use the name of ssl, rather, via Gui, go to "profiles: SSL: Client" & use the name you gave the profile (note: you may have profile and ssl cert name same).
list / ltm virtual one-line |grep profile-ssl-name
now you should have all the virtual servers that are using this ssl cert profile name so that you know which and how many virtual servers are going to be affected by prior to your modifications to new cert. Which should generate something like below (ssl client profile name, I am searching for is "telecom.com2015"):
ltm virtual telecom.com_https { description "john doe" destination 10.1.1.5:https ip-protocol tcp mask 255.255.255.255 partition DMZ1 pool telecom.com_pool profiles { /Common/tcp { } /Common/telecom.com2015 { context clientside } } vlans-disabled }
on last line you see /Common/telecom.com2015... you would see more lines, if you were using the same cert on more virtual servers... but here, I can see only ltm virtual telecom.com_https is using this cert.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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