Hello,
Are there any instructions on how to set up Apache with a free signed SSL certificate on CentOS?
This article only has the instructions for Ubuntu. https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-with-a-free-signed-ssl-certificate-on-a-vps
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!
Following the steps in the Ubuntu article, you should be able to obtain the certificate from StartSSL. The differences will come when you install it on the server. This article on creating a self-signed cert for Apache on CentOS should point you in the right direction when combined with the info in the StartSSL one.
The key differences from Ubuntu are installing mod_ssl
yum install mod_ssl
And the location of the Apache configuration:
/etc/httpd/conf.d/ssl.conf
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.