Skip to content

Commit

Permalink
Updated ctlog config to include CodeSigning usage.
Browse files Browse the repository at this point in the history
This mirrors the change from sigstore/fulcio#472

Signed-off-by: Kenny Leung <kleung@chainguard.dev>
  • Loading branch information
k4leung4 committed Apr 20, 2022
1 parent 8595229 commit 9e0fa3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/ctlog/createctconfig/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ func main() {
PrivateKey: privKeyProto,
PublicKey: &keyspb.PublicKey{Der: keyDER},
LogBackendName: "trillian",
ExtKeyUsages: []string{"CodeSigning"},
}

multiConfig := configpb.LogMultiConfig{
Expand Down

0 comments on commit 9e0fa3a

Please sign in to comment.