commit
b5e09a7928
|
@ -74,7 +74,9 @@ 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" },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue