initial commit

This commit is contained in:
2023-10-18 15:19:16 +00:00
commit 972682dc9b
8 changed files with 258 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# 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`