mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
Update src/docs/markdown/signature-verification.md
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
This commit is contained in:
parent
5a65563200
commit
b76ac71ce5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ As of Caddy v2.6.0, CI/CD release artifacts are signed using project [Sigstore](
|
||||||
|
|
||||||
<aside class="tip" id="tldr">
|
<aside class="tip" id="tldr">
|
||||||
|
|
||||||
tl;dr: The following code snippet will verify the signature of a Caddy release artifact, keeping in mind the necessity to accommodate the URLs and the subject artificat name:
|
tl;dr: The following code snippet will verify the signature of a Caddy release artifact, keeping in mind the necessity to accommodate the URLs and the subject artifact name:
|
||||||
<pre><code class="cmd">
|
<pre><code class="cmd">
|
||||||
<span class="bash">TAG="2.6.0"</span>
|
<span class="bash">TAG="2.6.0"</span>
|
||||||
<span class="bash">ARTIFACT="caddy_${TAG}_checksums.txt"</span>
|
<span class="bash">ARTIFACT="caddy_${TAG}_checksums.txt"</span>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue