How to Register an SSL Certificate for an another External Domain on Amazon Lightsail

0

Hello,

I am currently operating a WordPress site on Amazon Lightsail with a domain purchased from Amazon Route 53 (.net). I would like to use this WordPress site with another domain (.co.kr) purchased from a different provider. While I have registered an SSL certificate for the .net domain using the services provided by Lightsail, I am wondering how to register an SSL certificate for the domain from the other provider on the Lightsail server.

I look forward to your response. Thank you.

2 Answers
1

Assuming you are manually installing a certificate from a third-party, similar to what is described in Use Let’s Encrypt SSL certificates with your Lightsail WordPress instance, you would need to issue a new certificate that contains both your existing .net domain and the .co.kr as an alternative name and replace the existing certificate with this new one that covers both.

Consider creating an instance snapshot before you make these changes so you can easily restore to a known version.

AWS
MODERATOR
answered 4 days ago
profile pictureAWS
EXPERT
AWS-SUM
reviewed 3 days ago
0

Hello.

Issue a ".co.kr" certificate from the Lightsail console using the steps described in the document below.
After issuing the certificate, please register the CNAME record for domain verification in the zone of the domain provider that manages ".co.kr".
https://docs.aws.amazon.com/lightsail/latest/userguide/create-tls-ssl-certificate-and-attach-to-lightsail-load-balancer-https.html

https://docs.aws.amazon.com/en_us/lightsail/latest/userguide/verify-tls-ssl-certificate-using-dns-cname-https.html

profile picture
EXPERT
answered 8 days ago
profile picture
EXPERT
reviewed 8 days ago
  • This would NOT be the right approach since the OP isn't asking for LoadBalancer based application and only mentions instance usage and instance certificate.