Forum Discussion
Custom SSL PROFILE CLIENT
Hi, Need help with the Script on updating the SSL Client Profile with Custom Properties Custom Authentication Client Certificate - require Frequency- Always retain certificate - enabled Certificate Chain Traversal Depth - 9 Trusted Certificate Authorities - abc-cert
Update the Client Authentication using GUI but just curious to know how to update it via command line using tmsh script Thank you!
2 Replies
- Yoann_Le_Corvi1
Cumulonimbus
Hi
That should do.
modify ltm profile client-ssl peer-cert-mode require
modify ltm profile client-ssl authenticate always
modify ltm profile client-ssl retain-certificate true
modify ltm profile client-ssl authenticate-depth 9
modify ltm profile client-ssl ca-file abc-cert A lot of the options that you specified are default settings (e.g. certificate chain traversal depth - 9)
You can use the following tmsh command:
tmsh create ltm profile client-ssl peer-cert-mode require ca-file abc-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
