Skip to content

Commit

Permalink
Add signing key for Newfoundland and Labrador Covid-19 vaccination re…
Browse files Browse the repository at this point in the history
…cord

Key from https://www.gov.nl.ca/covid-19/life-during-covid-19/vaccination-record/prod/.well-known/jwks.json:

$ sha256sum jwks.json
66684693005b6f45a1443b53322677e5c385727487f46ebae6a642e3244d1b28  jwks.json

With thanks to GitHub user @craftxbox; closes fproulx#17.
  • Loading branch information
steven676 committed Oct 17, 2021
1 parent e467593 commit 367de5a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/issuers.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,16 @@ const issuers = [
y: "n8PosQKB9sTm6Rwy_FmDND2tHZ3AstzaWk7TAW9HnVU" },
]
},
{
id: "ca.nl",
iss: "https://www.gov.nl.ca/covid-19/life-during-covid-19/vaccination-record/prod",
keys: [
{ kid: "UboztS3pE1mr0dnG7Rv24kRNqlYbHrbxd-qBFerpZvI",
alg: "ES256", kty: "EC", crv: "P-256", use: "sig",
x: "mB0PKTVRnr3JCtyucEjCHXkXW3COg5KP0y4gKCNJxWc",
y: "PTpxiYECNiuyRwpwqjme8OIFdG7N-HwN2XH02phdZCs" },
]
},
];

module.exports = {
Expand Down

0 comments on commit 367de5a

Please sign in to comment.