Report this

What is the reason for this report?

Set Up Apache with a Free Signed SSL Certificate on CentOS

Posted on October 24, 2014

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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

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

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.