Module Smaws_Client_ACM.RequestCertificate

val request : Smaws_Lib.Context.t -> request_certificate_request -> (request_certificate_response, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidArnException of invalid_arn_exception | `InvalidDomainValidationOptionsException of invalid_domain_validation_options_exception | `InvalidParameterException of invalid_parameter_exception | `InvalidTagException of invalid_tag_exception | `LimitExceededException of limit_exceeded_exception | `TagPolicyException of tag_policy_exception | `TooManyTagsException of too_many_tags_exception ]) Stdlib.result

Requests an ACM certificate for use with other Amazon Web Services services. To request an ACM certificate, you must specify a fully qualified domain name (FQDN) in the DomainName parameter. You can also specify additional FQDNs in the SubjectAlternativeNames parameter.

If you are requesting a private certificate, domain validation is not required. If you are requesting a public certificate, each domain name that you specify must be validated to verify that you own or control the domain. You can use DNS validation or email validation. We recommend that you use DNS validation. ACM issues public certificates after receiving approval from the domain owner.

ACM behavior differs from the RFC 6125 specification of the certificate validation process. ACM first checks for a Subject Alternative Name, and, if it finds one, ignores the common name (CN).

After successful completion of the RequestCertificate action, there is a delay of several seconds before you can retrieve information about the new certificate.