Forum Discussion

2 Replies

  • Hello,

     

    This command should work

     

    tmsh create ltm profile client-ssl clientssl-profile-name { cert your_cert.crt key your_cert.key chain theChainCert.crt }

     

    Please give us a feedback

     

    Regards

     

  • Red_19's avatar
    Red_19
    Icon for Nimbostratus rankNimbostratus

    So I found a solution, we can add multiple certificate and key pairs to one client-ssl profile. This can be done using the cert-key-chain set, below is the tmsh command:

     

    create ltm profile client-ssl SSL_NAME { cert-key-chain add { RSA { cert RSA.crt key RSA.key chain chain.crt } ECDSA { cert ecdsa.crt key ecdsa.key chain chain.crt } }

     

    Thanks.