user13204065
user13204065

Reputation:

Import Porkbun TLS cert into AWS ACM

Was not sure how to import my TLS certificates into AWS Certificate Manager.

The files you get from the download

Upvotes: 2

Views: 615

Answers (1)

user13204065
user13204065

Reputation:

First, click the SSL external link, if it's written "Have Certificate" in green.

The link will be like this: https://porkbun.com/account/ssl/MYDOMAIN.com

Then, download the SSL Bundle and open it.

Inside import certificate in AWS Certificate Manager.

For file -> Fill the input in aws:

private.key.pem -> Certificate private key

First certificate block in domain.cert.pem -> Certificate body

If intermediate.cert.pem -> Certificate chain

Upvotes: 4

Related Questions