Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pull/261'
Browse files Browse the repository at this point in the history
* origin/pull/261:
  tests/utils/certs.go: drop keyUsage bitfield
  • Loading branch information
Foxboron committed Nov 16, 2023
2 parents a68bde8 + f931973 commit e601a32
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 e601a32

Please sign in to comment.