Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PepijnBoers committed Nov 23, 2020
1 parent 952bc7d commit 13386e9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
<your-domain>/letsencrypt/letsencrypt:latest auth
```

Request your ssl certificates via 'Let's Encrypt!' and place the keys in `/etc/letsencrypt/live/<your-domain>/`.
Replace the `nginx.conf` and `docker-compose.yml` file by those provided in the `ssl` directory.

```bash
Expand Down

0 comments on commit 13386e9

Please sign in to comment.