Add Alberta's public key

This commit is contained in:
Kyle Richelhoff 2021-10-07 23:43:57 -06:00 committed by GitHub
parent 06e360df87
commit f4a9515803
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" },
]
}
];