Somewhat of a newbie SSL question. I'm setting up a backup FMS server on an AWS instance. Our main FMS will also be on AWS. Is it possible to share an SSL certificate for these two sites? They wouldn't run at the same time under the URL. Basically, if I need to take down the production server, could I redirect the DNS to the backup server and have the same SSL certificate work or do I need to buy a wildcard or separate SSL certificates?
Sure, you can install the same cert on multiple machines. The crux is in the DNS management that points the name to the active instance. So when you do a fail-over, all you have to do is update your DNS to point to the active server and all is well.
You don't need a wildcard cert for this; you'd need it if you have multiple machines each with their own unique DNS name, then a wildcard can become cheaper than multiple individual SSL certs.