Configure client side and server side SSL certificates with TMSH
Adding either a client side or a server side SSL certificate using TMSH is not always intuitive. Here is how to do it.
modify ltm virtual V203.0.113.1 profiles add { http { } serverssl { context serverside } clientcert1 { context clientside } }
Leave a Reply