I currently have a single-domain SSL certificate (approx. $9) set up for my domain. Let's call it example.com. This domain is not hosted on Amazon - just a regular web host provider.
Right now, I have an EC2 instance using Route 53 to act as a subdomain. Let's call this a1.example.com.
My question is, what's the best way to go about applying SSL certificates for the a1.example.com subdomain and future subdomains? Will a wildcard SSL certificate help in this situation where all subdomains are hosted on Amazon when the primary domain is not on Amazon? Do I need to use Amazon's ELB service to accomplish this? Any specific instructions are helpful.
Thank you.