Skip to content

Windows Users: Small guide for anyone that gets stuck #72

@nyekuuu

Description

@nyekuuu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions