Forum Discussion
saidshow_251381
Apr 26, 2016Cirrostratus
Finding what Certificates are used by what SSL Profiles
Hi,
I have a couple new certificates that will replace existing certificates on the F5. The new certificates will need to have new names and as a result the SSL profiles that use the old certifi...
- Apr 27, 2016
Easiest way to show what certs are attached to what profile would be the following.
tmsh list ltm profile client-ssl cert tmsh list ltm profile server-ssl cert
This will imply list all the SSL Profiles and the individual certs attached to them.
JG
Apr 27, 2016Cumulonimbus
Here's a quick solution if you are on a Linux box:
curl -k -u admin:adminpass -X GET 'https://[f5.mgmt.ip.addr]/mgmt/tm/ltm/profile/clientSsl' | /usr/bin/jq '.items[] | { selfLink, certKeyChain }'
and the name of the SSL profile is identified in attribute "selfLink" in the output.
You can download "jg", which is optional and is here to weed out information irrelevant to your need, from
https://stedolan.github.io/jq/download/
. 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