Skip to content

Commit

Permalink
Fix self-signed certificate path
Browse files Browse the repository at this point in the history
  • Loading branch information
koelle25 authored Dec 16, 2024
1 parent fb2bab5 commit 156a838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general/networking/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Add `-subj '/CN=localhost'` to make it not ask interactive questions about conte
The above command creates `./privkey.pem` which will require one more step before use in Jellyfin.

```sh
openssl pkcs12 -export -out jellyfin.pfx -inkey privkey.pem -in /usr/local/etc/letsencrypt/live/domain.org/cert.pem -passout pass:
openssl pkcs12 -export -out jellyfin.pfx -inkey privkey.pem -in cert.pem -passout pass:
```

## Running Jellyfin Behind a Reverse Proxy
Expand Down

0 comments on commit 156a838

Please sign in to comment.