This is an English translation of a Japanese blog. Some content may not be fully translated.
AWS

Issuing an SSL Certificate with ACM Using a Domain Obtained from onamae.com

As the title suggests, these are notes on issuing an SSL certificate with ACM using a domain obtained from onamae.com.

Request a Public Certificate from ACM

image-20220112134641278

Enter the domain name and validation method

image-20220112134754419

Certificate issuance in progress. Wait for a while.

image-20220112134832140

Go to the certificate details screen, select “Export to CSV” and download it locally. You will need it for subsequent steps.

image-20220112135511287

Go to onamae.com and navigate to “Set DNS Records”

image-20220112135631643

Select the target domain and proceed to the next step

image-20220112135711384

Use the DNS record settings

image-20220112135824174

You should have downloaded a CSV like the one below from the ACM screen. Enter the following from it:

image-20220112140655648

Hostname TYPE VALUE
Domain Name CNAME Record Value

Enter the values and add them

image-20220112140548910

Leave the settings at the bottom of the page as default and check them

image-20220112140711412

Click “Set”

image-20220112140751547

It is now complete.

image-20220112140823966

It says DNS propagation can take a few hours to 24 hours, so be patient.

https://help.onamae.com/answer/8081

image-20220112141220725

The status changed to “Issued” within a few dozen minutes.

image-20220112142634611

References

Troubleshoot a pending ACM certificate https://aws.amazon.com/jp/premiumsupport/knowledge-center/acm-certificate-pending-validation/

Suggest an edit on GitHub