We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8613dee commit 1685bf5Copy full SHA for 1685bf5
cmd/cca/verify_as.go
@@ -11,7 +11,7 @@ import (
11
12
var verifyValidArgs = []string{"attester", "relying-party"}
13
14
-const CCATokenMediaType = `application/eat-collection; profile="tag:arm.com,2023:cca_platform#1.0.0"`
+const CCATokenMediaType = `application/eat-collection; profile="http://arm.com/CCA-SSD/1.0.0"`
15
16
var verifyAsCmd = &cobra.Command{
17
Use: "verify-as",
0 commit comments