diff options
author | Slack Coder <slackcoder@server.ky> | 2023-11-24 11:40:17 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2023-11-24 11:43:16 -0500 |
commit | e2c4903c6fe7bcae7af073fa519343b9ce2b1b28 (patch) | |
tree | 42a649543c1d48a37cf2f69efc2703e926d81469 | |
parent | 203ca2b090c335abfaca0afbd4989eaa3f141545 (diff) | |
download | slackware.com-cli-e2c4903c6fe7bcae7af073fa519343b9ce2b1b28.tar.xz |
README: verification
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -45,6 +45,19 @@ if [ -n "$TO_UPDATE" ]; then fi ``` +## Verifying integrity + +The commmits to the repository will be signed by the [GPG Key](GPG-KEY.asc). + +``` +git commit --verify HEAD +# gpg: Signature made Fri Nov 24 11:20:19 2023 EST +# gpg: using EDDSA key D0CFFD1075CAB8DA329975078D147EEA19EFF029 +# ... +# gpg: Good signature from "Slack Coder <slackcoder@server.ky>" [ultimate] +# Primary key fingerprint: D0CF FD10 75CA B8DA 3299 7507 8D14 7EEA 19EF F029 +``` + ## Installation Follow Golang's standard process for installing. It will install the command |