-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove "Docs" from links. Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>
- Loading branch information
1 parent
0a32cd0
commit 5792e9d
Showing
1 changed file
with
8 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,23 +56,23 @@ After the client signs the artifact, the artifact's digest, signature and certif | |
|
||
For verifying an artifact, a Sigstore client will verify the signature on the artifact using the public key from the certificate, verify the identity in the certificate matches an expected identity, verify the certificate's signature using Sigstore's root of trust, and verify proof of inclusion in Rekor. Together, verification of this information tells the user that the artifact comes from its expected source and has not been tampered with after its creation. | ||
|
||
For more information on the modules that make up Sigstore, see [Toolling](/docs/about/tooling/) | ||
For more information on the modules that make up Sigstore, see [Toolling](/about/tooling/) | ||
|
||
## How to use Sigstore | ||
|
||
To use Sigstore, you must first install the client. See the [Installation](docs/system_config/installation/) instructions. You can then pick the subject matter you wish to learn about from the menu items on the left. For a quick introduction, you can try using one of the links below: | ||
To use Sigstore, you must first install the client. See the [Installation](/system_config/installation/) instructions. You can then pick the subject matter you wish to learn about from the menu items on the left. For a quick introduction, you can try using one of the links below: | ||
|
||
* To get a quick view of how to use the program see [Quick Start](/docs/signing/quickstart/) | ||
* To learn how to work with blobs, see [sign a blob](docs/signing/signing_with_blobs/) | ||
* To learn how to work with containers, see [sign a container](docs/signing/signing_with_containers/) | ||
* To use Gitsign, see [Sign Git commits with Gitsign](/docs/signing/gitsign/) | ||
* To learn about verification, see [verify entries with Cosign](/docs/verifying/verify/) | ||
* To get a quick view of how to use the program see [Quick Start](/signing/quickstart/) | ||
Check failure on line 65 in content/en/about/overview.md GitHub Actions / markdownlintUnordered list style
|
||
* To learn how to work with blobs, see [sign a blob](signing/signing_with_blobs/) | ||
Check failure on line 66 in content/en/about/overview.md GitHub Actions / markdownlintUnordered list style
|
||
* To learn how to work with containers, see [sign a container](/signing/signing_with_containers/) | ||
Check failure on line 67 in content/en/about/overview.md GitHub Actions / markdownlintUnordered list style
|
||
* To use Gitsign, see [Sign Git commits with Gitsign](/signing/gitsign/) | ||
Check failure on line 68 in content/en/about/overview.md GitHub Actions / markdownlintUnordered list style
|
||
* To learn about verification, see [verify entries with Cosign](/verifying/verify/) | ||
Check failure on line 69 in content/en/about/overview.md GitHub Actions / markdownlintUnordered list style
|
||
|
||
## Contributing | ||
|
||
Up to date documentation, best practices, and detailed scenarios for Sigstore live here. These pages are maintained by the community and intended to help anyone get set up easily with any of the technologies, to find what you’re looking for fast. It’s also where we keep all the relevant pages for the Sigstore trust root, from signing ceremonies to security practices. | ||
|
||
Ready to jump in? Check the [contributing guidelines](/docs/contributing/). | ||
Ready to jump in? Check the [contributing guidelines](/contributing/). | ||
|
||
## Learn more | ||
|
||
|