1
0
mirror of https://github.com/wmnnd/nginx-certbot synced 2023-04-20 18:47:46 +08:00

Make init-letsencrypt.sh executable so that users don't have to

git tracks file permissions, so we don't need to rely on users
doing this.
This commit is contained in:
Adam Spiers 2019-06-01 21:38:02 +01:00
parent 8335f83c61
commit 4ea8c26dc0
2 changed files with 6 additions and 7 deletions

View File

@ -18,14 +18,13 @@ application.
- Add domains and email addresses to init-letsencrypt.sh
- Replace all occurrences of example.org with primary domain (the first one you added to init-letsencrypt.sh) in data/nginx/app.conf
4. Run init the script:
```
chmod +x ./init-letsencrypt.sh
./init-letsencrypt.sh
```
4. Run the init script:
5. Run server:
`docker-compose up`
./init-letsencrypt.sh
5. Run the server:
docker-compose up
## Got questions?
Feel free to post questions in the comment section of the [accompanying guide](https://medium.com/@pentacent/nginx-and-lets-encrypt-with-docker-in-less-than-5-minutes-b4b8a60d3a71)

0
init-letsencrypt.sh Normal file → Executable file
View File