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-OF-CERT key NAME-OF-KEY defaults-from clientssl

 

That is what I have so far, but I don't see any available options from the syntax help. Any ideas?

 

  • 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

3 Replies

  • Kevin_K_51432's avatar
    Kevin_K_51432
    Historic F5 Account

    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

    • Warren_129981's avatar
      Warren_129981
      Icon for Nimbostratus rankNimbostratus
      That is 100% perfect. Thank you. My bad for not cluing-in that "peer-cert-mode" in tmsh equals "Client Certificate" in the GUI. Thank you very much!!!