UPDATE:
SINCE DNAS 2.6.1 external SSL proxy (nginx/apache) isn't required anymore!
Now:
- Create SSL certificates with Letsencrypt/Certbot
- Enter Certificates in "sc_serv.conf" as below
- Start/Restart DNAS.
- Done!
SINCE DNAS 2.6.1 external SSL proxy (nginx/apache) isn't required anymore!
Now:
- Create SSL certificates with Letsencrypt/Certbot
- Enter Certificates in "sc_serv.conf" as below
- Start/Restart DNAS.
- Done!
HTML Code:
portbase = XXXX # Port to stream, can be 8000 or 443 for direct SSL connect without additional port. sslcertificatekeyfile = /etc/letsencrypt/live/MYWEBSITE.COM/privkey.pem sslcertificatefile = /etc/letsencrypt/live/MYWEBSITE.COM/fullchain.pem
Comment