Skip to content
Snippets Groups Projects
Unverified Commit 6343ade7 authored by Luke Hinds's avatar Luke Hinds Committed by GitHub
Browse files

domain name update (#186)


Domain name update

Signed-off-by: default avatarLuke Hinds <lhinds@redhat.com>
Co-authored-by: default avatarStephen Augustus <justaugustus@users.noreply.github.com>
parent 8ab34b72
No related branches found
No related tags found
No related merge requests found
......@@ -2,18 +2,18 @@
Rekór - Greek for “Record”
Rekor's goals are to provide an immutable tamper resistant ledger of metadata generated within a software projects supply chain. Rekor will enable software maintainers and build systems to record signed metadata to an immutable record. Other parties can then query said metadata to enable them to make informed decisions on trust and non-repudiation of an object's life-cycle. For more details visit the [rekor website](https://rekor.dev)
Rekor's goals are to provide an immutable tamper resistant ledger of metadata generated within a software projects supply chain. Rekor will enable software maintainers and build systems to record signed metadata to an immutable record. Other parties can then query said metadata to enable them to make informed decisions on trust and non-repudiation of an object's lifecycle. For more details visit the [sigstore website](https://sigstore.dev)
The Rekor project provides a restful API based server for validation and a transparency log for storage. A CLI application is available to make and verify entries, query the transparency log for inclusion
proof, integrity verification of the transparency log or retrieval of entries by either public key or artifact.
For more details on setting up a server, [visit the following link](https://rekor.dev/get_started/server/)
For more details on setting up a server, [visit the following link](https://sigstore.dev/get_started/server/)
For details on CLI usage, [visit the following link](https://rekor.dev/get_started/client/)
For details on CLI usage, [visit the following link](https://sigstore.dev/get_started/client/)
If you're interesting in integration with rekor, we have an [OpenAPI swagger editor](https://rekor.dev/swagger/)
If you're interesting in integration with rekor, we have an [OpenAPI swagger editor](https://sigstore.dev/swagger/)
A public instance of rekor can be found at [api.rekor.dev](https://api.rekor.dev/api/v1/log/)
A public instance of rekor can be found at [api.sigstore.dev](https://api.sigstore.dev/api/v1/log/)
Rekor allows customized manifests (which term them as types), [type customization is outlined here](https://github.com/sigstore/rekor/tree/main/pkg/types).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment