-
Notifications
You must be signed in to change notification settings - Fork 622
Install Guide Mac Certificates
This guide is used with the permission of Paul Kehrer. See the original [blog here] (http://langui.sh/2013/08/27/appletv-ssl-plexconnect/).
Apple uses both HTTP and HTTPS traffic for the official Trailers application. For PlexConnect to function we must generate and install a certificate on both the AppleTV and the PlexConnect server.
This guide shows only the iPhone Configuration Utility method. To see the Apple Configurator method follow the link to the original blog above.
Open a terminal window (Terminal.app on Mac) and run the following command
openssl req -new -nodes -newkey rsa:2048 -out ~/Desktop/trailers.pem -keyout ~/Desktop/trailers.key -x509 -days 7300 -subj "/C=US/CN=trailers.apple.com"
This will create two files on your desktop: trailers.key and trailers.pem. Next run this:
openssl x509 -in ~/Desktop/trailers.pem -outform der -out ~/Desktop/trailers.cer && cat ~/Desktop/trailers.key >> ~/Desktop/trailers.pem
3 files should now be on your desktop (trailers.pem, trailers.key, and trailers.cer). We’ll be using them shortly.
Place the trailers.pem and trailers.cer files into the following folder:
<your plexconnect install folder> /assets/certificates/trailers.pem
The certificate can be installed directly to the AppleTV using a micro-usb cable. This step is optional as we will show how to install the certificate over your network later in the guide.
[Install Guide Certificate via USB] (https://github.com/iBaa/PlexConnect/wiki/Install-Guide-Certificate-via-USB)
[Return to the Mac Install Guide] (https://github.com/iBaa/PlexConnect/wiki/Install-Guide-Mac)
© 2013 PlexConnect Team
© 2020 PlexConnect Team