Merge pull request #36 from grepme/patch-1

Add Alberta's public key
This commit is contained in:
Ryan Slobojan 2021-10-08 08:39:25 -04:00 committed by GitHub
commit b5e09a7928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -74,8 +74,10 @@ const issuers = [
iss: "https://covidrecords.alberta.ca/smarthealth/issuer",
keys: [
{ kid: "JoO-sJHpheZboXdsUK4NtfulfvpiN1GlTdNnXN3XAnM",
alg: "ES256", kty: "EC", crv: "P-256", use: "sig" }
]
alg: "ES256", kty: "EC", crv: "P-256", use: "sig",
x: "GsriV0gunQpl2X9KgrDZ4EDCtIdfOmdzhdlosWrMqKk",
y: "S99mZMCcJRsn662RaAmk_elvGiUs8IvSA7qBh04kaw0" },
]
}
];