Describe the bug
ACM activation with an invalid domain suffix returns different error messages depending on AMT firmware version. ACM activation with an invalid domain suffix returns different error messages depending on AMT firmware version. Error Messages by Version: - AMT < 19 : "Specified AMT domain suffix: dontmatch.com does not match list of available AMT domain suffixes." - AMT >= 19: "Failed to extract domain certificate.Failed to extract domain certificate.ACM activation failed"
Steps to reproduce
- Configure ACM activation profile
- Test with AMT >=19 device:
- Activate with invalid domain:
rpc activate -u wss://<rps-server>/activate \ --profile acmactivate-DHCP-CIRA \ -d dontmatch.com \ -skipamtcertcheck -n --json
- Observe error: "Failed to extract domain certificate"
Expected behavior
Return same error message(Specified AMT domain suffix: dontmatch.com does not match list of available AMT domain suffixes) as AMT version <19.
Screenshots
No response
AMT Version
AMT19+
Configuration Mode
ACM
Operating System
Linux
AMT Device Information
No response
Service Deployment Information
Deployment type: Cloud. RPS version: v2.31.3
Additional context
No response
Describe the bug
ACM activation with an invalid domain suffix returns different error messages depending on AMT firmware version. ACM activation with an invalid domain suffix returns different error messages depending on AMT firmware version. Error Messages by Version: - AMT < 19 :
"Specified AMT domain suffix: dontmatch.com does not match list of available AMT domain suffixes."- AMT >= 19:"Failed to extract domain certificate.Failed to extract domain certificate.ACM activation failed"Steps to reproduce
rpc activate -u wss://<rps-server>/activate \ --profile acmactivate-DHCP-CIRA \ -d dontmatch.com \ -skipamtcertcheck -n --jsonExpected behavior
Return same error message(Specified AMT domain suffix: dontmatch.com does not match list of available AMT domain suffixes) as AMT version <19.
Screenshots
No response
AMT Version
AMT19+
Configuration Mode
ACM
Operating System
Linux
AMT Device Information
No response
Service Deployment Information
Deployment type: Cloud. RPS version: v2.31.3
Additional context
No response