From bc9a7a8954fce61faf3e00995c707c0c28894fe1 Mon Sep 17 00:00:00 2001 From: Matt Borja <3855027+mattborja@users.noreply.github.com> Date: Fri, 23 May 2025 02:49:49 +0000 Subject: [PATCH] =?UTF-8?q?Update=20verbiage=20for=20read=20flow=20(?= =?UTF-8?q?=E2=80=9Cobtained=20in=20advance=E2=80=9D)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SECENV.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECENV.md b/SECENV.md index fe67076..8843512 100644 --- a/SECENV.md +++ b/SECENV.md @@ -107,7 +107,7 @@ root@host:~/work$ sha256sum -c airgap-bundle.tar.gz.sha256 \ && apk --allow-untrusted --force-non-repository add *.apk ``` -**Don't forget!** If you obtained a copy of [gpg.conf](https://github.com/drduh/YubiKey-Guide/blob/master/config/gpg.conf), be sure to import it into your `$GNUPGHOME` before continuing. +**Don't forget!** If you obtained a copy of [gpg.conf](https://github.com/drduh/YubiKey-Guide/blob/master/config/gpg.conf) in advance, be sure to import it into your `$GNUPGHOME` before continuing. **CI/CD Considerations.** For DevOps teams, this concludes the essential requirements for provisioning an Alpine Linux image with an offline copy of packages for GPG key management. In the interest of transparency, be sure to include any relevant steps and artifacts in your software provenance and image signing before releasing.