Update src/docs/markdown/signature-verification.md

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
This commit is contained in:
Mohammed Al Sahaf 2023-08-01 08:38:10 +02:00 committed by GitHub
parent 5a65563200
commit b76ac71ce5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>