SSL For Plex

Found out why my new install of plex was not using my pkcs12 file properly. I had to adjust the pkcs 12.

Here is the command to create the pkcs12 plex compatible file.

openssl pkcs12 -export -out your-cert.pfx
-certpbe AES-256-CBC -keypbe AES-256-CBC -macalg SHA256
-inkey your-cert.key -in your-cert.crt
-certfile your-cert-auth.crt
-password pass:PASSWORD_HERE

Another thing I realized was my winscp was outdated and would not connect to my newer Rocky 9 boxes.

Its all good though, tomorrow I need to start walking again.

Weight: 333.2

This entry was posted in Technical, Training, Weigh In. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.