CFG_SetPkiFQDNSuffix sets the PKI FQDN suffix.
This command is not allowed in POST_PROVISION state. It is allowed in IN_PROVISION state only if the time period dedicated for provisioning has elapsed. The command is not allowed in small business mode.
CFG_SetPkiFQDNSuffix Request
typedef struct _CFG_SET_PKI_FQDN_SUFFIX_REQUEST
{
PTHI_MESSAGE_HEADER Header;
AMT_ANSI_STRING Suffix;
} CFG_SET_PKI_FQDN_SUFFIX_REQUEST;
Field |
Description |
Header.Version |
Major and minor interface version. |
Header.Reserved |
0000h |
Header.Command |
0400002Fh |
Header.Length |
Message Length, excluding the message header. |
Suffix |
PKI FQDN suffix is up to 223 bytes. |
CFG_SetPkiFQDNSuffix Response
typedef struct _CFG_SET_PKI_FQDN_SUFFIX_RESPONSE
{
PTHI_MESSAGE_HEADER Header;
AMT_STATUS Status;
} CFG_SET_PKI_FQDN_SUFFIX_RESPONSE;
Field |
Description |
Header.Version |
Major and minor interface version. |
Header.Reserved |
0000h |
Header.Command |
0480002Fh |
Header.Length |
Message Length, excluding the message header. |
Status |
A status code returned in a response message that indicates whether the operation specified in the corresponding request message succeeded or failed. If the operation failed, this code indicates the specific reason for failure. |
CFG_SetPkiFQDNSuffix Status Codes
Status |
Description |
AMT_STATUS_SUCCESS |
Request succeeded. |
AMT_STATUS_INTERNAL_ERROR |
An internal error in the Intel AMT device has occurred. |
AMT_STATUS_NOT_READY |
Management controller has not progressed far enough in its initialization to process the command. |
AMT_STATUS_INVALID_MESSAGE_LENGTH |
Length field of header is invalid. |
AMT_STATUS_INVALID_PARAMETER |
Invalid PKI FQDN Suffix parameter. |
AMT_STATUS_INVALID_AMT_STATE |
Command was executed in one of the following configuration states: Intel AMT is in Post provision state. Intel AMT is configured for small business mode |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |