1
0
mirror of https://github.com/covidpass-org/covidpass.git synced 2025-02-23 06:57:40 +01:00

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

View File

@ -74,8 +74,10 @@ const issuers = [
iss: "https://covidrecords.alberta.ca/smarthealth/issuer", iss: "https://covidrecords.alberta.ca/smarthealth/issuer",
keys: [ keys: [
{ kid: "JoO-sJHpheZboXdsUK4NtfulfvpiN1GlTdNnXN3XAnM", { 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" },
]
} }
]; ];