From d2e04f9244e3728e27b661d11cc1ccc785eb6fc8 Mon Sep 17 00:00:00 2001 From: Walt M Date: Fri, 1 Sep 2023 13:54:06 -0700 Subject: [PATCH 1/2] docs(reference): new flags for displaying certs --- docs/Reference/RPC/commandsRPC.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Reference/RPC/commandsRPC.md b/docs/Reference/RPC/commandsRPC.md index 57847e745..d9840d69a 100644 --- a/docs/Reference/RPC/commandsRPC.md +++ b/docs/Reference/RPC/commandsRPC.md @@ -559,7 +559,10 @@ Display AMT status and configuration: | | -json | JSON Output | | Version | -ver | Intel AMT version. | | Build Number | -bld | Intel AMT Build Number. | -| Certificate | -cert | Certificate Hashes | +| Certificate | -cert | Certificate Hashes +| User Certificates | -userCert | Certificate Hashes | +| System Certificates | -cert -system | Certificate Hashes | +| User and System Certificates | -cert -password | Certificate Hashes | | SKU | -sku | Product SKU | | UUID | -uuid | Unique Universal Identifier of the device. Used when creating device-specific MPS API calls as part of the REST API's URL path. | | Control Mode | -mode | Control Mode below indicates the managed device's state:
(a) pre-provisioning state
(b) activated in client control mode
(c) activated in admin control mode | From 29e902cdda9c72aad949f7a964b375afb3639c04 Mon Sep 17 00:00:00 2001 From: bwendlandt-intel Date: Thu, 21 Sep 2023 11:48:19 -0700 Subject: [PATCH 2/2] docs(reference): align flags to direction change --- docs/Reference/RPC/commandsRPC.md | 36 +++++++++++++++---------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/docs/Reference/RPC/commandsRPC.md b/docs/Reference/RPC/commandsRPC.md index d9840d69a..76f765f3f 100644 --- a/docs/Reference/RPC/commandsRPC.md +++ b/docs/Reference/RPC/commandsRPC.md @@ -554,25 +554,23 @@ Display AMT status and configuration: **Not passing `[OPTIONS]` will print all information.** -| AMT INFO | OPTION | DESCRIPTION | -|-------------------|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| | -json | JSON Output | -| Version | -ver | Intel AMT version. | -| Build Number | -bld | Intel AMT Build Number. | -| Certificate | -cert | Certificate Hashes -| User Certificates | -userCert | Certificate Hashes | -| System Certificates | -cert -system | Certificate Hashes | -| User and System Certificates | -cert -password | Certificate Hashes | -| SKU | -sku | Product SKU | -| UUID | -uuid | Unique Universal Identifier of the device. Used when creating device-specific MPS API calls as part of the REST API's URL path. | -| Control Mode | -mode | Control Mode below indicates the managed device's state:
(a) pre-provisioning state
(b) activated in client control mode
(c) activated in admin control mode | -| DNS Suffix | -dns | DNS Suffix set according to PKI DNS Suffix in Intel MEBX or through DHCP Option 15. Requried for ACM activation. | -| DNS Suffix (OS) | -dns | | -| Hostname (OS) | -hostname | Device's hostname as set in the Operating System. | -| RAS Network | -ras | | -| RAS Remote Status | -ras | Unconnected or connected. State of connection to a management server. | -| RAS Trigger | -ras | User initiated or periodic. When activated, periodic signifies CIRA established. By default, CIRA sends a heartbeat to the server every 30 seconds to verify and maintain connection. | -| RAS MPS Hostname | -ras | IP Address or FQDN of the MPS server. | +| AMT INFO | OPTION | DESCRIPTION | +|----------------------|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| | -json | JSON Output | +| Version | -ver | Intel AMT version. | +| Build Number | -bld | Intel AMT Build Number. | +| System Certificates | -cert | System Certificate Hashes. If given `-password`, will print both System and User Certificate Hashes. | +| User Certificates | -userCert | User Certificate Hashes. Will prompt for AMT password. Or, provide `-password` flag. | +| SKU | -sku | Product SKU | +| UUID | -uuid | Unique Universal Identifier of the device. Used when creating device-specific MPS API calls as part of the REST API's URL path. | +| Control Mode | -mode | Control Mode below indicates the managed device's state:
(a) pre-provisioning state
(b) activated in client control mode
(c) activated in admin control mode | +| DNS Suffix | -dns | DNS Suffix set according to PKI DNS Suffix in Intel MEBX or through DHCP Option 15. Requried for ACM activation. | +| DNS Suffix (OS) | -dns | | +| Hostname (OS) | -hostname | Device's hostname as set in the Operating System. | +| RAS Network | -ras | | +| RAS Remote Status | -ras | Unconnected or connected. State of connection to a management server. | +| RAS Trigger | -ras | User initiated or periodic. When activated, periodic signifies CIRA established. By default, CIRA sends a heartbeat to the server every 30 seconds to verify and maintain connection. | +| RAS MPS Hostname | -ras | IP Address or FQDN of the MPS server. | **---Wired/Wireless Adapters---**