-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docsy] Streamline and refactor Getting started section
- Loading branch information
Showing
6 changed files
with
53 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
title: Getting started | ||
aliases: [/implementations] | ||
cSpell:ignore: RSTUF | ||
weight: 200 | ||
--- | ||
|
||
TUF provides a framework for integration of the [security](../security/) | ||
properties into new and existing content delivery systems. This page will help | ||
you get started if you want to use TUF either as a maintainer or client. | ||
|
||
While some [adoptions](/community/adoptions/) integrate TUF by implementing the | ||
framework from scratch, others start from either a TUF | ||
[implementation](#implementations) or from a TUF [system](#systems). This page | ||
lists open source implementations of TUF which can be used as building blocks | ||
for any TUF adoption. | ||
|
||
## Implementations | ||
|
||
TUF implementations provide libraries implementing the primitives and | ||
algorithms, such as the detailed client workflow, in the specification. | ||
|
||
- [python-tuf](https://github.com/theupdateframework/python-tuf), the reference | ||
implementation | ||
- [go-tuf](https://github.com/theupdateframework/go-tuf/) | ||
- [tuf-js](https://github.com/theupdateframework/tuf-js) | ||
|
||
## Systems | ||
|
||
TUF systems build on top of library implementations and provide opinionated | ||
signing systems designed for particular use-cases. | ||
|
||
- [Repository Service for TUF](https://repository-service-tuf.readthedocs.io/en/stable/) | ||
(RSTUF) is a designed to integrate into an existing artifact repository with | ||
an established storage and delivery system. | ||
- [tuf-on-ci](https://github.com/theupdateframework/tuf-on-ci/) is a TUF | ||
repository and signing tool designed to operate on a CI system and guide | ||
signing events through Git forge workflows. | ||
|
||
## Learn more | ||
|
||
- Some of our [Videos](/resources/videos/) explain how to implement TUF | ||
practically. | ||
- To learn about how to contribute to TUF, see [Contributing](../contributing). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters