Skip to main content

CSRInfo

Certificate signing request information.

input CSRInfo {
altNames: [String]
commonName: String!
country: String!
emailAddress: String
locality: String!
organization: String!
organizationUnit: String
state: String!
}

Fields

CSRInfo.altNames ● [String] list scalar common

The alternative names to include in the certificate.

CSRInfo.commonName ● String! non-null scalar common

The certificate common name.

CSRInfo.country ● String! non-null scalar common

The country code for the certificate subject.

CSRInfo.emailAddress ● String scalar common

The email address for the certificate subject.

CSRInfo.locality ● String! non-null scalar common

The locality or city for the certificate subject.

CSRInfo.organization ● String! non-null scalar common

The organization for the certificate subject.

CSRInfo.organizationUnit ● String scalar common

The organizational unit for the certificate subject.

CSRInfo.state ● String! non-null scalar common

The state or region for the certificate subject.

Member Of

CreateCSRInput input