amt icon indicating copy to clipboard operation
amt copied to clipboard

Support configuring TLS and using HTTPS with mutual authentication

Open nomis opened this issue 5 years ago • 1 comments

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.


This change is Reviewable

nomis avatar Jul 17 '20 20:07 nomis

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.

nomis avatar Jul 17 '20 20:07 nomis