Forum Discussion
Identify which virtual servers are using a specific SSL certificate
We use a wildcard SSL certificate for our QA sites. There are many of them. I am renewing the SSL cert but have no idea which Virtuals are using it. Is there an easy way to determine this other than checking each and every virtual, listing the Client-ssl profile and then looking up the profile to see what certificate is being used?
- Jay_SpellAltostratus
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
- AMiles_377865Cirrocumulus
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
- hareshthummar1Nimbostratus
I have similar kind of problem. i have multiple partition created on vcmp and it is very difficult to look which virtual server associated to which ssl certificate and respective exapariy date. do we have any easy mathod to check it
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