Added strictCommonName option for matching the Intel AMT ACM activation cert.

This commit is contained in:
Ylian Saint-Hilaire
2022-08-15 21:49:01 -07:00
parent 9ef31ce418
commit 15a76d3932
3 changed files with 15 additions and 7 deletions

View File

@@ -934,6 +934,7 @@
"additionalProperties": false,
"properties": {
"log": { "type": "string" },
"strictCommonName": { "type": "boolean", "default": false, "description": "When set to true, the certificate common name needs to match exactly the Intel AMT trusted FQDN or DHCP Option 15. If false, some flexibility may be given to the matching." },
"certs": {
"type": "object",
"additionalProperties": {