Skip to content

Commit 89ebc94

Browse files
authored
Adding section for language clients. (#336)
* 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]>
1 parent 34eb1c1 commit 89ebc94

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
type: docs
3+
title: "Language Clients"
4+
description: "Language Clients"
5+
lead: "Language Clients"
6+
date: 2024-10-06T08:49:15+00:00
7+
lastmod: 2024-10-06T08:49:15+00:00
8+
draft: false
9+
images: []
10+
weight: 20
11+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
type: docs
3+
category: Language Clients
4+
title: Language Client Overview
5+
weight: 5
6+
---
7+
8+
Sigstore uses [cosign](../../cosign/signing/overview) to sign and verify packages by default, but you can opt to use a language specific client instead.
9+
10+
Sigstore has clients for the following language ecosystems:
11+
12+
- [Python](https://github.com/sigstore/sigstore-python#sigstore-python)
13+
- [Rust](https://github.com/sigstore/sigstore-rs#features)
14+
- [Ruby](https://github.com/sigstore/sigstore-ruby#sigstore)
15+
- [JavaScript](https://github.com/sigstore/sigstore-js#sigstore-js---)
16+
- [Java](https://github.com/sigstore/sigstore-java#sigstore-java)
17+
- [Go](https://github.com/sigstore/sigstore-go#sigstore-go)
18+
19+
Currently, language client documentation is hosted in the individual project repositories. This documentation is being migrated to the general sigstore docs.

content/en/quickstart/quickstart-cosign.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Join us on our [Slack channel](https://sigstore.slack.com/). (Need an [invite](h
1414

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

17-
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.
17+
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.
1818

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

0 commit comments

Comments
 (0)