Hi update i looked through log and i am getting this error:
System.Security.Cryptography.X509Certificates.Pkcs12LoadLimitExceededException: The PKCS#12/PFX violated the 'AllowDuplicateAttributes' limit.
I wasnt sure where the issue was but using the basic files i was able to create a new pfx file:
openssl pkcs12 -export \
-out mydomain.com.pfx \
-inkey privatekey.txt \
-in mydomain.com.txt \
-certfile chain.pem \
-name "mydomain.com"
and then make sure you: chown jellyfin:jellyfin mydomain.com.pfx
System.Security.Cryptography.X509Certificates.Pkcs12LoadLimitExceededException: The PKCS#12/PFX violated the 'AllowDuplicateAttributes' limit.
I wasnt sure where the issue was but using the basic files i was able to create a new pfx file:
openssl pkcs12 -export \
-out mydomain.com.pfx \
-inkey privatekey.txt \
-in mydomain.com.txt \
-certfile chain.pem \
-name "mydomain.com"
and then make sure you: chown jellyfin:jellyfin mydomain.com.pfx

