Skip to content

Commit

Permalink
mention 'cosign attest' and 'cosign blob-attest' in TSA secion
Browse files Browse the repository at this point in the history
Expand the list of commands that support the mTLS and custom CA
TSA parameters to include `cosign attest` and `cosign blob-attest`.
Related to sigstore/cosign#4079
and its issue
sigstore/cosign#4078.

Signed-off-by: Dmitry Savintsev <dsavints@gmail.com>
  • Loading branch information
dmitris committed Feb 21, 2025
1 parent 612f08f commit 2bf9f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/cosign/verifying/timestamps.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cosign verify --timestamp-certificate-chain ts_chain.pem <artifact>

### mTLS connection to the TSA server

`cosign sign` and `cosign sign-blob` accept several additional optional parameters to pass the CA certificate of
`cosign sign`, `sign-blob`, `attest` and `attest-blob` commands accept several additional optional parameters to pass the CA certificate of
the TSA server in cases where it uses a custom CA, or to establish a mutual TLS connection to the TSA server:
```

Check failure on line 57 in content/en/cosign/verifying/timestamps.md

View workflow job for this annotation

GitHub Actions / markdownlint

Fenced code blocks should be surrounded by blank lines

content/en/cosign/verifying/timestamps.md:57 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md031.md

Check failure on line 57 in content/en/cosign/verifying/timestamps.md

View workflow job for this annotation

GitHub Actions / markdownlint

Fenced code blocks should have a language specified

content/en/cosign/verifying/timestamps.md:57 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md040.md
--timestamp-client-cacert='':
Expand Down

0 comments on commit 2bf9f54

Please sign in to comment.