For reference, I used VestaCP to install the keys. I guess I still have to do something in the server end. I think the solution is simple, and is written right here. However, I have no idea how to type in those commands and what they even mean. I am using Putty for reference. Could someone care to explain?
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!
Since you installed vestacp, I am guessing you know how to work with console.
So go to console and type sudo -i
This will log you in as root user.
Then type the following commands one by one
cd /usr/local/vesta/data/templates/web
wget http://c.vestacp.com/0.9.8/rhel/force-https/nginx.tar.gz
tar -xzvf nginx.tar.gz
rm -f nginx.tar.gz
I would advice using a client like putty or some other ssh client to make the copy part easier. You just copy text from the source, and right click in the putty console. It pastes the text there.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.