Remove extra backtick from docs/development/environment/https.md.

This commit is contained in:
Michael Stenta 2022-02-10 09:41:27 -05:00
parent cb5d969d02
commit 5f246b85e2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from the directory that your `docker-compose.yml` file is in:
```
mkdir ssl
openssl req -newkey rsa:4096 -x509 -sha256 -nodes -out ssl/openssl.crt -keyout ssl/openssl.key`
openssl req -newkey rsa:4096 -x509 -sha256 -nodes -out ssl/openssl.crt -keyout ssl/openssl.key
```
Create a file called `nginx.conf` alongside `docker-compose.yml`: