cdns/{{name}}/dnsseckeys/ksk/generate

POST

Generates a new KSK for a specific CDN.

Auth. Required:

Yes

Roles Required:

“admin”

Permissions Required:

DNS-SEC:CREATE, CDN:UPDATE, CDN:READ

Response Type:

Object (string)

Request Structure

Table 465 Request Path Parameters

Name

Required

Description

name

yes

The name of the CDN for which the KSK will be generated

expirationDays:

The integral number of days until the newly generated KSK expires

effectiveDate:

An optional string containing the date and time at which the newly generated KSK becomes effective, in RFC 3339 format. Defaults to the current time if not specified

Response Structure

#1163 Response Example
{ "response": "Successfully generated ksk dnssec keys for my-cdn-name" }