Forum Discussion

ArunKumarV_3226's avatar
ArunKumarV_3226
Icon for Nimbostratus rankNimbostratus
Mar 14, 2019

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

  • 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