https Setting
Last Updated:2020-09-17
Set https Acceleration
$https = array(
'https' => array(
"enabled" => false,
"certId" => "----"//When enabled is true, the parameter shall be the id of the valid certificate or " ".
)
);
$client = new CdnClient($g_CDN_TEST_CONFIG);
$domain = "test-sdk.sys-qa.com";
$resp = $client->setDomainHttps($domain, $https);
print_r($resp);