Report this

What is the reason for this report?

One click Wordpress

Posted on June 8, 2014
wry

By wry

How come this doesn’t do ssl / https? I had to roll my own to get ssl.



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.

There’s no reason you couldn’t add SSL support to a Wordpress droplet created with the one-click image. All the Apache configuration is under: /etc/apache2/apache2.conf You’d just need to add a new VirtualHost that listens on 443 and points to your cert. <br> <br>The reason that this isn’t done by default is that there is no way to do it automatically except for using a self-signed cert. This is not what most people will want as it will cause warnings when you visit the site. Most people will want to obtain a cert from a proper Certificate Authority. <br> <br>If you want to create your own cert, this article should point you in the right direction: <br> <br>https://www.digitalocean.com/community/articles/how-to-create-a-ssl-certificate-on-apache-for-ubuntu-14-04

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.