For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

MukeshK's avatar
MukeshK
Icon for Nimbostratus rankNimbostratus
May 14, 2021

Create new Client SSL profile with help of REST API

How can we create new Client SSL profile with help of REST API. I have been referring this "https://clouddocs.f5.com/api/icontrol-rest/APIRef_tm_ltm_profile_client-ssl.html" but would like to see an example.

 

I am trying this with Postman:

 

POST

https://10.1.1.1/mgmt/tm/ltm/profile/client-ssl

 

BODY

{

    "name": "test.abc.com",

    "defaultsFrom": "/Common/clientssl",

    "cert": "/Common/test.abc.com.crt",

    "key": "/Common/test.abc.com.key"

    

}

 

Note: Cert and key are already imported.

Any help will be appreciated.

4 Replies