Setup Servercert
Create
Create a new Setup Servercert record.
post/api/cp/setup/server-cert
Request body
Example request
{
"id": 12345,
"server_id": 1,
"cert_id": 1,
"type": "client",
"method": "example_method",
"verify_cert": 1,
"require_cert": 1,
"cipher_list": "example_cipher_list",
"ec_curve": "example_ec_curve",
"dh_params": "Sample dh_params text content",
"match_sip_domain": "example_match_sip_domain"
}Response
Successful response
Example response
{
"id": 12345,
"status": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.