Skip to content

Commit

Permalink
add serial
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Aug 24, 2024
1 parent e11d389 commit 34989ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/x509.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ it('sign and verify with x5t and key resolver', async () => {
iss: 'vendor.example',
sub: 'vendor.example',
nbf: moment().toISOString(), // now
exp: moment().add(5, 'minutes').toISOString() // in 5 minutes
exp: moment().add(5, 'minutes').toISOString(), // in 5 minutes
serial: "01"
})
// {
// "public": "-----BEGIN CERTIFICATE-----\nMIIBSDC...t4fdL0yLEskA7M=\n-----END CERTIFICATE-----",
Expand Down

0 comments on commit 34989ee

Please sign in to comment.