deliveryservices/dnsseckeys/generate

POST

Generates ZSK and KSK keypairs for a CDN and all associated Delivery Services.

Auth. Required

Yes

Roles Required

“admin”

Response Type

Object (string)

Request Structure

effectiveDate

UNIX epoch start date for the signing keys

key

Name of the CDN

kskExpirationDays

Expiration (in days) for the KSKs

name

Domain name used by the CDN

ttl

Time for which the keypairs shall remain valid

zskExpirationDays

Expiration (in days) for the ZSKs

Response Structure

#300 Response Example
{
    "response": "Successfully created dnssec keys for cdn1"
}