PMS is fussy about having P12 or CRT files.
You might be better off breaking down the PEMs into their components and then reassembling using the sequence I do.
openssl pkcs12 -export -inkey cert_key_pem.txt -in cert_key_pem.txt -out cert_key.p12
PMS is fussy about having P12 or CRT files.
You might be better off breaking down the PEMs into their components and then reassembling using the sequence I do.
openssl pkcs12 -export -inkey cert_key_pem.txt -in cert_key_pem.txt -out cert_key.p12
Dear Chuck,
Thanks.
I ended up re-creating the P12, uploaded to the NAS and them made the changes to NETWORK while connecting to PMS from the WAN and not the LAN. One of the two made it work.
Thanks again for your help and Happy Holidays.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.