Forum Discussion
Vikneswaran_709
Dec 01, 2017Nimbostratus
Mapping of SSL Certificate, Key & Chain
I have a requirement to get the mapping of Certificate, Key & Chain for a profile. As i have many numbers of profile, is there a way to get a report from f5 LTM which is running on 12.1.2
Yeah, You can use basic unix command in
. Below command will help you to publish output & play in excel sheet.tmsh
Command will pull value SSL-Profile name , Cert, Key, Chain_cert
tmsh list ltm profile client-ssl one-line | awk '{print $4" " $9" " $19" " $17}'
Hope it will work for you.
- Samir_Jha_52506Noctilucent
Yeah, You can use basic unix command in
. Below command will help you to publish output & play in excel sheet.tmsh
Command will pull value SSL-Profile name , Cert, Key, Chain_cert
tmsh list ltm profile client-ssl one-line | awk '{print $4" " $9" " $19" " $17}'
Hope it will work for you.
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