open-amt-cloud-toolkit / rpc-go

The Remote Provisioning Client (RPC) communicates with the Manageability Engine Interface (MEI) and Remote Provisioning Service (RPS) interfaces.
https://open-amt-cloud-toolkit.github.io/docs/
Apache License 2.0
13 stars 15 forks source link

Support for CCM activation over TLS #701

Open graikhel-intel opened 1 week ago

graikhel-intel commented 1 week ago

On the newer AMT platforms, activation can only be done only over TLS. Changed required on rpc-go to make sure to activate over TLS (using port 16993) when TlsOnLocalPorts property is 1.

We assume that the LMS is running, if not, we error out. This is till we figure out a path/way to talk to the driver over TLS without the need of LMS.

Acceptance Criteria: