Module: Google::Cloud::CertificateManager::V1::Certificate::ManagedCertificate::AuthorizationAttemptInfo::FailureReason
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
Overview
Reason for failure of the authorization attempt for the domain.
Constant Summary collapse
- FAILURE_REASON_UNSPECIFIED =
FailureReason is unspecified.
0
- CONFIG =
There was a problem with the user's DNS or load balancer configuration for this domain.
1
- CAA =
Certificate issuance forbidden by an explicit CAA record for the domain or a failure to check CAA records for the domain.
2
- RATE_LIMITED =
Reached a CA or internal rate-limit for the domain, e.g. for certificates per top-level private domain.
3