0
votes
0answers
296 views

SSL setup with GoDaddy subdomains and EC2 servers

We have two EC2 instances that are used to host various scripts. Our main page 'companyname.com' is hosted with GoDaddy but is unrelated to those EC2 instances. I need to setup SSL connections for the ...
0
votes
2answers
272 views

SSL Integration issue

We have a godaddy VPS account and purchased an ssl certificate.We downloaded a .zip file that contains a .cert file. When we are trying to setup ssl, they are asking .key file with the .cert file, we ...
7
votes
3answers
5k views

Why is godaddy HTTPS/SSL certification so much cheaper than digicert, thawte, and verisign?

I am a novice on HTTPS/SSL but GoDaddy charges $12.99 and Digicert, thawte, and Verisign charge $100-1000+ for SSL certificates. I must be missing something on the quality of the encryption or ...
2
votes
1answer
435 views

How do I transfer an ssl certificate to a new server

I have a site running on godaddy shared hosting, which is going to be moved over to a VPS. The site has a SSL certificate from godaddy. How can I move over the certificate in a seamless way, so that ...
1
vote
2answers
234 views

SSL Configuration Problem

I've generated an SSL certificate with keytool: keytool -keystore keystore -alias mySite -genkey -keyalg RSA -keysize 2048 I got this configured and working fine, but obviously it wasn't signed by ...