Add Nova Scotia's public key

This commit is contained in:
Cory Marshall 2021-10-12 11:56:50 -03:00
parent 8376ea6bb0
commit 8d3176bd92
1 changed files with 10 additions and 0 deletions

View File

@ -78,6 +78,16 @@ export const issuers = [
x: "GsriV0gunQpl2X9KgrDZ4EDCtIdfOmdzhdlosWrMqKk",
y: "S99mZMCcJRsn662RaAmk_elvGiUs8IvSA7qBh04kaw0" },
]
},
{
id: "ca.ns",
iss: "https://pvc.novascotia.ca/issuer",
keys: [
{ kid: "UJrT9jU8vOCUl4xsI1RZjOPP8hFUv7n9mhVtolqH9qw",
alg: "ES256", kty: "EC", crv: "P-256", use: "sig",
x: "kIaIeOhhxpiN13sDs6RKVzCpvxxObI9adKF5YEmKngM",
y: "AZPQ7CHd3UHp0i4a4ua1FhIq8SJ__BuHgDESuK3A_zQ" },
]
}
];