amt
amt copied to clipboard
Support configuring TLS and using HTTPS with mutual authentication
Add support for configuring TLS and using HTTPS with mutual authentication.
The host database parts of amtctrl have been moved to amthostdb so that I can use subparsers. It is impossible to support two different command orders when argparse is validating the commands.
All of the messages generate real XML instead of using string replacements so that the correct escaping is performed if necessary.
Intel's documentation is here:
- https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments%2Fusecases17.htm
- https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments%2Fusecases23.htm
- https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments%2Fusecases15.htm
A lot of the functionality was implemented by looking at what MeshCommander does.