tests fixes and sprints work
This commit is contained in:
36
etc/trust-profiles/us-fips.trustprofile.json
Normal file
36
etc/trust-profiles/us-fips.trustprofile.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"profileId": "us-fips",
|
||||
"name": "US FIPS",
|
||||
"description": "US FIPS 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": "us-fips",
|
||||
"status": "placeholder"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user