Cannot create certificates

Hello, I am trying to set up plexconnect on my AppleTV 3 but unfortunately I am stuck on creating certificates. After running cmd as administrator I typed in first command and saw trailers.key in my folder. After second command I got an error saying: Unable to load certificate. So I am basicaly missing trailers.der and thats why I cannot run plexconnect on my AppleTV. Any solutions? Sending you some screens… screen
Thanks in advance :slight_smile:

I was able to generate a certificate using the OpenSSL download link referenced in question 8 of this post:

###Q8 - How to generate certificates (Windows 64-bit)

It appears newer / the latest versions of OpenSSL no longer include the missing config file the cmd prompt throws the above error on.

2 Likes

Thank you for your tip, I tried really hard and made everything from that step but unfortunately nothing has changed,
I feel a little bit dumb because I am not an expert but I ve got this: screen1
screen2
Is there anything I can do right now?

You did not copy / paste the first command correctly. It should be

bin\openssl req -new -nodes -newkey rsa:2048 -out trailers.pem -keyout trailers.key -x509 -days 7300 -subj “/C=US/CN=trailers.apple.com” -config openssl.cnf

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.