Skip to main content

decodeCSR

Decode a certificate signing request.

decodeCSR(
input: DecodeCSRInput
): CSRDecoded!

Example

mutation ($input: DecodeCSRInput) {
decodeCSR(input: $input) {
altNames
commonName
country
emailAddress
locality
organization
organizationUnit
state
}
}

Arguments

decodeCSR.input ● DecodeCSRInput input common

The CSR string to decode.

Type

CSRDecoded object common

A decoded certificate signing request.