hello everyone. I spend last couple of hours trying to set up Rapid SSL certificate on Apache2 run on Ubuntu 14.04.
I have 3 files: certificate, private key and intermediate ca.
Can anyone help me with configuration?
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!
The basic syntax you need to add to your Apache VirtualHost looks like:
SSLEngine on
SSLCertificateFile /path/to/example.com.crt
SSLCertificateKeyFile /path/to/example.com.key
SSLCACertificateFile /path/to//intermediate.crt
For more details, check out the tutorial “How To Install an SSL Certificate from a Commercial Certificate Authority” It should walk you through all the steps.
Let us know how it goes, and if you’re still hitting any issues.
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.