-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Guide for anyone that get stuck on Windows
When pasting the commands in the guide you might get errors with mounting the certificate files or get stuck at the password part if you're not familiar with syntax or formatting on Windows.
Errors like:
docker: Error response from daemon: invalid mode: /certificates/author.p12
or
install failed[118, -12], reason: Check certificate error : :Invalid certificate chain with certificate in signature.:<-3>
despite the path and the password being correct.
The correct format of your command should be as below:
- On windows you should remove the
$(pwd)part - For the password remove the two
'between your password and just enter your password without the quotes.
The command should look like below:
docker run --rm -v "path to author.p12":/certificates/author.p12 -v "path to distributor.p12":/certificates/distributor.p12 ghcr.io/georift/install-jellyfin-tizen YourIP Jellyfin "" YourPassword
JamesHawkinss
Metadata
Metadata
Assignees
Labels
No labels