Forum Discussion
Grayson_149410
Jun 12, 2014Nimbostratus
List of client ssl profiles certificate chain
I am fairly new to the world of LTM. We currently in the process of cleaning up our SSL certificates. We are running into an issues where many client ssl profiles are using an incorrect Certificate...
- Jun 12, 2014
From tmsh, you can run 'list ltm profile client-ssl' and it'll print out each client SSL profile. You should be able to identify which profiles contain the offending chain from there.
Cory_50405
Jun 12, 2014Noctilucent
From tmsh, you can run 'list ltm profile client-ssl' and it'll print out each client SSL profile. You should be able to identify which profiles contain the offending chain from there.
- Cory_50405Jun 12, 2014NoctilucentTo expand on this answer and make filtering easier, use the one-line modifier and grep on the chain name: list ltm profile client-ssl one-line | grep chain
- Grayson_149410Jun 12, 2014NimbostratusAwesome that was exactly what I was looking for. What is the best way to output this to a file so I can FTP in and pick it up?
- Cory_50405Jun 12, 2014NoctilucentThis will output it to a file in /var/tmp, but run this from bash: tmsh list ltm profile client-ssl one-line | grep chain > /var/tmp/clientssl.txt
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