From 13386e9f0fd7253ccac8e48e55a31734dbb92f4f Mon Sep 17 00:00:00 2001 From: PepijnBoers Date: Mon, 23 Nov 2020 14:50:54 +0100 Subject: [PATCH] Update readme --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index a7155e4..ed175a3 100644 --- a/README.md +++ b/README.md @@ -19,15 +19,7 @@ Click next and follow the installation steps, database info: Now create your super user and add your first website! ## Almost as quick setup (SSL) -Request your ssl certificates via Let's Encrypt!: - -```bash -sudo docker run -it --rm -p 443:443 -p 80:80 --name letsencrypt \ - -v "/etc/letsencrypt:/etc/letsencrypt" \ - -v "/var/lib/letsencrypt:/var/lib/letsencrypt" \ - /letsencrypt/letsencrypt:latest auth -``` - +Request your ssl certificates via 'Let's Encrypt!' and place the keys in `/etc/letsencrypt/live//`. Replace the `nginx.conf` and `docker-compose.yml` file by those provided in the `ssl` directory. ```bash