Skip to content

Commit bd2ec1a

Browse files
committed
Added Ontario public key (thanks Andrew!)
1 parent 5d13a6f commit bd2ec1a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/issuers.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,17 @@ export const issuers = [
9797
x: "kIaIeOhhxpiN13sDs6RKVzCpvxxObI9adKF5YEmKngM",
9898
y: "AZPQ7CHd3UHp0i4a4ua1FhIq8SJ__BuHgDESuK3A_zQ" },
9999
]
100+
},
101+
{
102+
id: "ca.on",
103+
display: "Ontario",
104+
iss: "https://covid19.quebec.ca/PreuveVaccinaleApi/issuer",
105+
keys: [
106+
{ kid: "Nlgwb6GUrU_f0agdYKc77sXM9U8en1gBu94plufPUj8",
107+
alg: "ES256", kty: "EC", crv: "P-256", use: "sig",
108+
x: "ibapbMkHMlkR3D-AU0VTFDsiidQ49oD9Ha7VY8Gao3s",
109+
y: "88-arXU5frZGOvTZpvg045rHC7y0fqVOS3dKqJbUYhW5gw" },
110+
]
100111
}
101112
];
102113

0 commit comments

Comments
 (0)