This script is there to help you setup https for Jellyfin.
-
In order for this to work you need to have access to port fowarding on your router.
-
You also need to have a valid domain that is routing request to your public IP, of the device jellyfin server is running on. We recommended DuckDNS to setup one, if you don't already have one.
git clone https://github.com/PineApple-Logic/JellyfinSSL-Script.git
cd JellyfinSSL-Script/
chmod +x ssl-nginx.sh
./ssl-nginx.sh
git clone https://github.com/PineApple-Logic/JellyfinSSL-Script.git
cd JellyfinSSL-Script/
chmod +x ssl-apache.sh
./ssl-apache.sh
Done