Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 2 KB

cdns_name_dnsseckeys_ksk_generate.rst

File metadata and controls

49 lines (40 loc) · 2 KB

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

POST

Generates a new :abbr:`KSK (Key-Signing Key)` 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

Request Path Parameters
Name Required Description
name yes The name of the CDN for which the :abbr:`KSK (Key-Signing Key)` will be generated
expirationDays:The integral number of days until the newly generated :abbr:`KSK (Key-Signing Key)` expires
effectiveDate:An optional string containing the date and time at which the newly generated :abbr:`KSK (Key-Signing Key)` becomes effective, in RFC 3339 format. Defaults to the current time if not specified

Response Structure

{ "response": "Successfully generated ksk dnssec keys for my-cdn-name" }