I'm using roUrlTransfer to hit an endpoint on a custom back-end my company developed and manages. The back-end is located on EC2. All that is working fine.
Now I would like to add authentication to the REST call so the back end can confirm the REST call is legit. Per the
roUrlTransfer docs.
I need to:I have the Roku CA certificate. Now I need to figure out where in the AWS interface I can add it to the AWS certificate authorities keychain. I'm looking at the AWS Certificate Manager, but it's very new to me and I can't yet see whether it applies to this in any way.
Can anyone point me in the right direction?