You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/300-trustroot.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ spec:
99
99
description: / The hash algorithm used for the Merkle Tree
100
100
type: string
101
101
logID:
102
-
description: The unique identifier for this transparency log.
102
+
description: The unique identifier for this transparency log. Note for Rekor entries this should be left out, since the LogID is constructed from the PublicKey in order to support sharding.
103
103
type: string
104
104
publicKey:
105
105
description: PEM encoded public key
@@ -117,7 +117,7 @@ spec:
117
117
description: / The hash algorithm used for the Merkle Tree
118
118
type: string
119
119
logID:
120
-
description: The unique identifier for this transparency log.
120
+
description: The unique identifier for this transparency log. Note for Rekor entries this should be left out, since the LogID is constructed from the PublicKey in order to support sharding.
0 commit comments