mirror of
https://github.com/wmnnd/nginx-certbot
synced 2023-04-20 18:47:46 +08:00
Merge pull request #24 from aspiers/executable-script
Make init-letsencrypt.sh executable so that users don't have to
This commit is contained in:
commit
ad4bb094c2
13
README.md
13
README.md
@ -18,14 +18,13 @@ application.
|
|||||||
- Add domains and email addresses to init-letsencrypt.sh
|
- 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
|
- 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:
|
4. Run the init script:
|
||||||
```
|
|
||||||
chmod +x ./init-letsencrypt.sh
|
|
||||||
./init-letsencrypt.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
5. Run server:
|
./init-letsencrypt.sh
|
||||||
`docker-compose up`
|
|
||||||
|
5. Run the server:
|
||||||
|
|
||||||
|
docker-compose up
|
||||||
|
|
||||||
## Got questions?
|
## 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)
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user