Forum Discussion

Warren_129981's avatar
Warren_129981
Icon for Nimbostratus rankNimbostratus
Jan 20, 2014
Solved

Is it possible to create an client-ssl profile with client authentication using tmsh?

I don't see flags available for setting up the client authentication options through tmsh on initial creation. Is there a way to do this?   create ltm profile client-ssl NAME-OF-PROFILE cert NAME-...
  • Kevin_K_51432's avatar
    Jan 20, 2014

    Hi Warren, Hope this helps:

     create ltm profile client-ssl myclient peer-cert-mode ?
    Values:
      ignore
      request
      require
    
    http://support.f5.com/kb/en-us/solutions/public/14000/400/sol14499.html?sr=34533077
    

    Kevin