Difference between revisions of "Aws acm request-certificate"

From wikieduonline
Jump to navigation Jump to search
Line 31: Line 31:
 
* <code>[[aws route53]]</code>
 
* <code>[[aws route53]]</code>
 
* <code>[[aws ec2 create-client-vpn-endpoint]]</code>
 
* <code>[[aws ec2 create-client-vpn-endpoint]]</code>
 +
* <code>[[CertificateId]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 10:22, 6 May 2022

aws acm request-certificate

aws acm request-certificate --domain-name your_domain.com --region us-east-1
aws acm request-certificate --domain-name your_domain.com --region us-east-1 --validation-method DNS
{
    "CertificateArn": "arn:aws:acm:eu-central-1:0123456789:certificate/92e361b1-YYYY-443f-xxxx-a403a39761cf"
}


aws acm request-certificate --domain-name *.your_domain.com --region XXXX


aws acm request-certificate --domain-name *.clientvpn.us-east-1.amazonaws.com --region us-east-1


Errors

aws acm request-certificate
.../...
aws: error: the following arguments are required: --domain-name
.../...


An error occurred (ValidationException) when calling the RequestCertificate operation: 1 validation error detected: Value

Related terms

See also

Advertising: