0

All,

After thinking about it, we are planning to buy an SSL certificate. Because an SSL certificate is quite costly, would you be able to share your experience on SSL certificate(s) that works with nginx? I am planning to run Ruby on Rails application. Apache2 will be my last resort.

Thank you for sharing. Really appreciate it.

Joshua Partogi
  • 465
  • 5
  • 15

1 Answers1

3

SSL does not have to be costly. See my question here about why SSL is so expensive, and why they vary so much. Depending on WHY you want the certificate, you can get them from as low as $US10/year (this does away with insurance and fancy dynamic secured logos, etc, but provides the same level of encryption as most of the other certificates). For cheap providers, see this question here however don't just read the accepted answer, because there ARE cheaper solutions than GoDaddy.

Now, to certificates that work with nginx, you need to create a CSR, or Certificate Signing Request. This is usually done with OpenSSL. You can see here for some nginx-specific instructions, but the instructions for any open-ssl will be the same.

As far as setting up the SSL Virtualhosts, see here.

Mark Henderson
  • 68,316
  • 31
  • 175
  • 255