SSLDomainValidation
A domain awaiting/holding DCV within an SSL certificate
type SSLDomainValidation {
createdAt: ISO8601DateTime!
csrMd5: String
csrSha256: String
dcvMethod: SSLDcvMethod!
domainName: String!
errorMessage: String
id: ID!
isCommonName: Boolean!
recordName: String
uniqueValue: String
updatedAt: ISO8601DateTime!
validated: Boolean!
validatedAt: ISO8601DateTime
value: String
}
Fields
SSLDomainValidation.createdAt ● ISO8601DateTime! non-null scalar
SSLDomainValidation.csrMd5 ● String scalar
MD5 of the DER CSR — lets the client preview CNAME/HTTPS records before switching method
SSLDomainValidation.csrSha256 ● String scalar
SHA-256 of the DER CSR — see csrMd5
SSLDomainValidation.dcvMethod ● SSLDcvMethod! non-null enum
SSLDomainValidation.domainName ● String! non-null scalar
SSLDomainValidation.errorMessage ● String scalar
SSLDomainValidation.id ● ID! non-null scalar
SSLDomainValidation.isCommonName ● Boolean! non-null scalar
SSLDomainValidation.recordName ● String scalar
Host/URL to publish for DCV (CNAME/TXT record name, or HTTP(S) file URL)
SSLDomainValidation.uniqueValue ● String scalar
Sectigo certificate value included in CNAME/HTTPS request tokens
SSLDomainValidation.updatedAt ● ISO8601DateTime! non-null scalar
SSLDomainValidation.validated ● Boolean! non-null scalar
SSLDomainValidation.validatedAt ● ISO8601DateTime scalar
SSLDomainValidation.value ● String scalar
Token to publish for DCV (CNAME target, TXT value, or file contents)
Member Of
SSLCertificate object ● SSLUpdateDomainValidationPayload object ● SSLUpdateDomainValidationsPayload object
Contribute to the Docs
Found something outdated or missing? Help us improve the documentation with a quick suggestion or edit.
How to contributeResources
By exploring our content, you'll find resources that will enhance your understanding of the importance of a Security Application Program.
Conviso Blog: Explore our blog, which offers a collection of articles and posts covering a wide range of AppSec topics. The content on the blog is primarily in English.
Conviso's YouTube Channel: Access a wealth of informative videos covering various topics related to AppSec. Please note that the content is primarily in Portuguese.