37 lines
905 B
JSON
37 lines
905 B
JSON
{
|
|
"profileId": "eu-eidas",
|
|
"name": "EU eIDAS",
|
|
"description": "EU eIDAS trust profile (placeholder roots).",
|
|
"trustRoots": [
|
|
{
|
|
"id": "stella-dev-ca",
|
|
"path": "assets/ca.crt",
|
|
"algorithm": "x509",
|
|
"purpose": "signing",
|
|
"sha256": "54b2995318c07ed8334cce855fba7180b7cab401bbdad63aebd23ac61731b005"
|
|
}
|
|
],
|
|
"rekorKeys": [
|
|
{
|
|
"id": "stella-dev-rekor",
|
|
"path": "assets/rekor-public.pem",
|
|
"algorithm": "ecdsa-p256",
|
|
"purpose": "rekor",
|
|
"sha256": "b31391a777c2f82f831805fba78705ce1bad703afbcd23b733c824cc4cc6da7b"
|
|
}
|
|
],
|
|
"tsaRoots": [
|
|
{
|
|
"id": "stella-dev-tsa",
|
|
"path": "assets/ca.crt",
|
|
"algorithm": "x509",
|
|
"purpose": "tsa",
|
|
"sha256": "54b2995318c07ed8334cce855fba7180b7cab401bbdad63aebd23ac61731b005"
|
|
}
|
|
],
|
|
"metadata": {
|
|
"compliance": "eu-eidas",
|
|
"status": "placeholder"
|
|
}
|
|
}
|