From 02464bc6d5bdef46ac77ab2f4e2a2f4e6017dfa8 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sat, 5 May 2018 12:22:30 +0200 Subject: [PATCH] README: HTTPS support via auto-generated SSL certificates --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d19a9b6e..c8f7979b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ [![type](https://img.shields.io/badge/type-Docker-orange.svg)](https://www.docker.com/) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) -The devilbox is a modern and highly customisable **dockerized PHP stack** supporting full **LAMP** and **MEAN** and running on all major platforms. The main goal is to easily switch and combine any version required for local development. It supports an unlimited number of projects for which vhosts and DNS records are created automatically. Email catch-all and popular development tools will be at your service as well. Configuration is not necessary, as everything is pre-setup with mass virtual hosting. + + +The devilbox is a modern and highly customisable **dockerized PHP stack** supporting full **LAMP** and **MEAN** and running on all major platforms. The main goal is to easily switch and combine any version required for local development. It supports an **unlimited number of projects** for which vhosts, **SSL certificates** and **DNS records** are created automatically. Email catch-all and popular development tools will be at your service as well. Configuration is not necessary, as everything is pre-setup with mass virtual hosting. **Requirements** @@ -239,6 +241,10 @@ The devilbox has everything setup for you. The only thing you will have to insta :star: Auto virtual hosts New virtual hosts are created automatically and instantly whenever you add a project directory. This is done internally via vhost-gen and watcherd. + + :star: Automated SSL certificate generation + SSL certificates are automatically created for each vhost and signed by the Devilbox CA. + :star: Unlimited vhosts Run as many projects as you need with a single instance of the devilbox.