guidamedia2
13 years agoVisitor
Process for setting up Certs
I have read on two page ( http://sdkdocs.roku.com/display/RokuSDKv48/ifHttpAgent, and http://sdkdocs.roku.com/display/RokuSDK ... rlTransfer) to use a *.crt file, but another page (http://sdkdocs.roku.com/display/RokuSDK ... Stringpath) states to use *.pem. I just want to clarify, in the simplest of terms, the process for setting up a cert.
Let me know if this is correct:
Is this correct?
Let me know if this is correct:
- Have my network operations team set up a *.crt file on the server, based on one of the methods found on this page, http://sdkdocs.roku.com/display/RokuSDKv48/ifHttpAgent.
- Include that cert in the channel package as a *.pem file.
- Use roUrlTransfer::SetCertificatesFile(example.pem) to set the cert file in any web request and stream URLs
- The servers, if set up correctly, will authenticate the cert the channel sends with the request
Is this correct?