Files
2023-10-18 15:19:16 +00:00

17 lines
371 B
Markdown

# nginx + letsencrypt setup
### Configuration
Modify `./data/nginx/app.conf` to your needs.
You will need to at least update the server name
and paths for the certificates.
### Installation
1. Grab set of certificates first with
`./init-certificates.sh`
2. Enable auto-renewal of certificates with
`./init-autorenew.sh`
3. Launch nginx
`./start-nginx.sh`