I have an AWS EC2 instance running on public IP where two different domain websites are being setup.
My domain are : tattvadesigns.co.in and zestatech.com
My web server is (include version): Apache 2.4.39
The operating system my web server runs on is (include version): Windows Server 2012 R2
My hosting provider, if applicable, is: AWS
I can login to a root shell on my machine (yes or no, or I don’t know): YES, through RDP I login into the Virtual Machine.
I am using latest Wamserver with Virtual Host and Wordpress to setup two websites - one for tattvadesigsn.co.in and another for zestatech.com .
For SSL I need a certificate but I understand that I cannot get certificate for IP but for domain. Since I have two domains, I understand I have to get a UCC SSL certificate. Please help me with the process. I have downloaded win-acme.
Thanks Phil…The client I am planning to use is in the list - win-acme.What I want to know is can a single certificate work for two different domains - tattvadesigns.co.in and zestatech. I have been searching on the Internet and trying to find that if I take a certificate with one domain - say tattvadesigns,co.in , can apache be configured to take the ssl request for the second domain - zestatech.com
I tried creating a certificate for domain tattvadesigns.co.in using win-acme client...I am posting the entire command and response...It gives authorisation error ... The webserver is Apache 2.4.39 on Windows 2012 R2 Server on AWS running Wamp 3.0 with Wordpress.
I checked on the browser to access a file using http://ipaddress/tattvadesigns/ , I am able to browse but with the command http://tattvadesigns.co.in/ it shows the website home page. The domain tattvadesigns.com has been redirect URL to http://ipaddress/tattvadesigns.
c:\ftp\win-acme.v2.0.7.315>wacs.exe --target manual --host www.tattvadesigns.co.
in --validation filesystem --webroot "C:\wamp\www\tattvadesigns" --store pemfile
s --pemfilespath "C:\ftp" --test --verbose
You can't create a certificate via http-01 validation if you use such a "frame redirect". And a certificate would not work, if you use src="ip-address".