Skip to content

Commit

Permalink
Adding section for language clients. (#336)
Browse files Browse the repository at this point in the history
* Adding section for language clients.

Signed-off-by: hayleycd <[email protected]>

* updating link in quickstart.

Signed-off-by: hayleycd <[email protected]>

---------

Signed-off-by: hayleycd <[email protected]>
  • Loading branch information
hayleycd authored Oct 17, 2024
1 parent 34eb1c1 commit 89ebc94
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
11 changes: 11 additions & 0 deletions content/en/language_clients/_index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
type: docs
title: "Language Clients"
description: "Language Clients"
lead: "Language Clients"
date: 2024-10-06T08:49:15+00:00
lastmod: 2024-10-06T08:49:15+00:00
draft: false
images: []
weight: 20
---
19 changes: 19 additions & 0 deletions content/en/language_clients/language_client_overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
type: docs
category: Language Clients
title: Language Client Overview
weight: 5
---

Sigstore uses [cosign](../../cosign/signing/overview) to sign and verify packages by default, but you can opt to use a language specific client instead.

Sigstore has clients for the following language ecosystems:

- [Python](https://github.com/sigstore/sigstore-python#sigstore-python)
- [Rust](https://github.com/sigstore/sigstore-rs#features)
- [Ruby](https://github.com/sigstore/sigstore-ruby#sigstore)
- [JavaScript](https://github.com/sigstore/sigstore-js#sigstore-js---)
- [Java](https://github.com/sigstore/sigstore-java#sigstore-java)
- [Go](https://github.com/sigstore/sigstore-go#sigstore-go)

Currently, language client documentation is hosted in the individual project repositories. This documentation is being migrated to the general sigstore docs.
2 changes: 1 addition & 1 deletion content/en/quickstart/quickstart-cosign.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Join us on our [Slack channel](https://sigstore.slack.com/). (Need an [invite](h

Cosign is a command line utility that is used to sign software artifacts and verify signatures using Sigstore.

Sigstore has a number of language specific clients (like [sigstore-python](https://github.com/sigstore/sigstore-python)). These clients are SDKs that you can use to build custom tooling. Although a number of the clients include a basic CLI, Cosign is the recommended tool for signing and verifying.
Sigstore has a number of [language specific clients](../../language_clients/language_client_overview) that you can use to build custom tooling. Although a number of the clients include a basic CLI, Cosign is the recommended tool for signing and verifying.

This quickstart will walk you through how to sign and verify a blob and a container.

Expand Down

0 comments on commit 89ebc94

Please sign in to comment.