Skip to content

Commit

Permalink
tests/utils/certs.go: drop keyUsage bitfield
Browse files Browse the repository at this point in the history
  • Loading branch information
dkwo committed Nov 13, 2023
1 parent 8d75e8f commit f931973
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/utils/certs.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func CreateKey() ([]byte, []byte) {
SignatureAlgorithm: x509.SHA256WithRSA,
NotBefore: time.Now(),
NotAfter: time.Now().AddDate(5, 0, 0),
KeyUsage: x509.KeyUsageDigitalSignature,
Subject: pkix.Name{
Country: []string{"Test Suite Key"},
CommonName: "Test Suite",
Expand Down

0 comments on commit f931973

Please sign in to comment.