diff --git a/README.md b/README.md index fc3fdf1..004f184 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,5 @@ for now everything will be developed and tested on Raspberry Pi 3B and newer act ```bash sudo apt install --install-suggests -y nginx python3-meshtastic python3-flask python3-requests ``` -3. Configure `nginx` the way you need +3. Configure `nginx` the way you need | _example config is located [here](https://lab.c95.org/fr4nz/LoMeS/src/branch/main/assets/config/nginx/nginx.conf)_ 4. Start developing \ No newline at end of file diff --git a/assets/config/nginx/nginx.conf b/assets/config/nginx/nginx.conf index 17f00c5..b8d2141 100644 --- a/assets/config/nginx/nginx.conf +++ b/assets/config/nginx/nginx.conf @@ -14,8 +14,8 @@ server { listen 443 ssl; server_name DOMAIN IPADDR; - ssl_certificate /etc/nginx/ssl/meshpi.crt; - ssl_certificate_key /etc/nginx/ssl/meshpi.key; + ssl_certificate /etc/nginx/ssl/CERTNAME.crt; + ssl_certificate_key /etc/nginx/ssl/CERTNAME.key; ssl_protocols TLSv1.2 TLSv1.3; ssl_ciphers HIGH:!aNULL:!MD5;