-
- Downloads
SSL on Kodi.
Both host01 and kodi are behind the ns1 router. For completely secure connections, SSL termination should be done on each host. So use HAProxy on ns1 to route HTTPS traffic using the SNI extension and HTTP traffic using the Host header (default to host01). Add tasks to the renew-hosts playbook to issue (or renew) Let's Encrypt certificates on kodi.
Showing
- .gitignore 3 additions, 4 deletions.gitignore
- renew-certs.yaml 139 additions, 0 deletionsrenew-certs.yaml
- roles/router/files/haproxy.cfg 62 additions, 0 deletionsroles/router/files/haproxy.cfg
- roles/router/files/nsd/shore.co.il 8 additions, 5 deletionsroles/router/files/nsd/shore.co.il
- roles/router/files/pf.conf 3 additions, 5 deletionsroles/router/files/pf.conf
- roles/router/handlers/main.yaml 5 additions, 0 deletionsroles/router/handlers/main.yaml
- roles/router/tasks/main.yaml 25 additions, 0 deletionsroles/router/tasks/main.yaml
roles/router/files/haproxy.cfg
0 → 100644
Please register or sign in to comment