Skip to content

Commit

Permalink
Add proxy note for MPA registration section (#293)
Browse files Browse the repository at this point in the history
Signed-off-by: Bun K Tan <[email protected]>
  • Loading branch information
bktan8 authored Dec 3, 2024
1 parent cd20b42 commit 369106e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,15 @@ sudo ./check-production.sh

10. Register the platform.

NOTE: There are multiple alternatives to perform platform registration with different trade-offs and they are explained in detail in [Intel's Intel TDX Enabling Guide](https://cc-enabling.trustedservices.intel.com/intel-tdx-enabling-guide/02/infrastructure_setup/#platform-registration).
NOTE 1: There are multiple alternatives to perform platform registration with different trade-offs and they are explained in detail in [Intel's Intel TDX Enabling Guide](https://cc-enabling.trustedservices.intel.com/intel-tdx-enabling-guide/02/infrastructure_setup/#platform-registration).

NOTE 2: If you're behind a proxy, add your proxy URL in `/etc/mpa_registration.conf` like the following example:
```console
proxy type = manual
proxy url = http://<proxy-url>:<port>
```

In the following, we focus on the the direct registration variant that uses the Multi-package Registration Agent (MPA).
This agent is executed on system start up, registers the platform (if necessary), and gets deactivated.
Please check the following two logs to confirm successful registration:
Expand Down

0 comments on commit 369106e

Please sign in to comment.