Skip to main content

createCSR

Create a certificate signing request.

createCSR(
input: CreateCSRInput
): CreateCSRPayload!

Example

mutation ($input: CreateCSRInput) {
createCSR(input: $input) {
certificateId
}
}

Arguments

createCSR.input ● CreateCSRInput input common

The client, domain, and CSR details to generate.

Type

CreateCSRPayload object common

The result of creating a CSR.