Appearance
Implemented by you: return the certified components and their hashes
GET
/certifiedfiles
Optional in general, mandatory for some jurisdictions. Returns
information about your certified components with their hashes. No
parameters are passed.
For a classic RGS-to-RGS integration this is how you expose your own
certified file hashes — your certification is run entirely by you.
Not signed and not IP-restricted: certification bodies and external
monitoring call this endpoint, so leave it open to all IPs.
Responses
The list of certified files with hashes.
application/json
JSON "list": [ { "file": "./dist/certified/certifiedLogic.js", "hash": "e6a01ef0f88b1cac2696ce30166fca0bf6b6c793" } ]
{
}