Skip to content
Snippets Groups Projects
Unverified Commit 4651672f authored by axel simon's avatar axel simon Committed by GitHub
Browse files

correct links, add Table of Contents of sorts (#449)


Signed-off-by: default avataraxel simon <git@axelsimon.net>
parent c874ceee
No related branches found
No related tags found
No related merge requests found
# Signing and Uploading Other Types
This documentation contains information on how to sign and upload data in different pluggable types.
The following are covered:
- [Minisign](#minisign)
- [SSH](#ssh)
- [PKIX/X509](#pkixx509)
- OpenPGP / GPG (TODO)
- RPM (TODO)
- TSR (TODO)
- [TUF](#tuf)
## Minisign
......@@ -185,7 +193,7 @@ Body: {
}
```
### PGP
## OpenPGP / GPG
TODO
......@@ -207,7 +215,9 @@ TODO
## TUF
Generate a TUF repository (for example, with the (Python reference implementation)[https://pypi.org/project/tuf/] or (go-tuf)[https://github.com/theupdateframework/go-tuf]). With go-tuf:
Generate a TUF repository (for example, with the [Python reference implementation](https://pypi.org/project/tuf/) or [go-tuf](https://github.com/theupdateframework/go-tuf)).
With go-tuf:
```console
$ tuf init
......
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