Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
To create a csr certificate for third party signers, I completed up to Step Three. Then I had to sign in as root, sudo su, and run <pre>cat www.mysite.com.crt gd_bundle.crt > mysite_combined.crt</pre> not sure why I had problems just running as other user using sudo. Then change the ssl_certificate to point to the new combined file in nginx conf.
Hi, I’m having no luck installing an SSL certificate from a third party signer; I’ve tried using StartSSL and even purchased one from Dreamhost but I’m getting a wide variety of errors.
It doesn’t help that I’m new to all of this, but I’ve managed to get nginx setup and running nicely but I can’t quite seem to move to the next step; can anybody point me in the right direction of a tutorial that explains things as well as this by incorporating a third party certificate?
Thanks in advance!
I have found the solution here http://ibnuyahya.com/nginx-emerg-bind-to-0-0-0-080-failed-98-address-already-in-use/
You should add the following to your site server{ } section to protect against the BEAST attack.
ssl_ciphers RC4:HIGH:!aNULL:!MD5; ssl_prefer_server_ciphers on;
Step 3 - Remove the Passphrase instructions appear to be incomplete. It doesn’t mention what to do after entering second command.
When I execute second command and leave the Enter pass phrase for server.key.org blank, system prompts me You must type in 4 to 8191 characters.
@anilg3: You must enter the passphrase you entered while creating the private key, you can’t leave it blank.
This helped me with a new nginx + php5-fpm web server I’m making for my university. I migrated a page from an old apache web server and couldn’t figure out how to get it to work. Turns out it was automatically redirecting to https:// so all I had to do was set up an SSL key. This is the best tutorial I found.
I have positive Comodo SSL from Namecheap, I need CSR to have it issued. How do I get the CSR?