CreateCSRInput
Input for creating a CSR.
input CreateCSRInput {
clientId: Int!
csr: CSRInfo!
domainName: String
}
Fields
CreateCSRInput.clientId ● Int! non-null scalar common
The client ID that owns the certificate.
CreateCSRInput.csr ● CSRInfo! non-null input common
The CSR details to generate.
CreateCSRInput.domainName ● String scalar common
The domain name for the certificate.
Member Of
createCSR mutation