Skip to content

Commit

Permalink
Make test certificate expire in a while, not at linux epoch.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitography committed Jan 22, 2025
1 parent 085e59c commit b02853b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/helper/certutil/certutil_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,7 @@ func TestIgnoreCSRSigning(t *testing.T) {
params := &CreationParameters{
IgnoreCSRSignature: true,
URLs: &URLEntries{},
NotAfter: time.Now().Add(10000 * time.Hour),
}
data := &CreationBundle{
Params: params,
Expand Down

0 comments on commit b02853b

Please sign in to comment.