Skip to content

Commit

Permalink
Update README to include signing key config
Browse files Browse the repository at this point in the history
  • Loading branch information
Griffin-Sullivan committed Mar 11, 2024
1 parent 4246487 commit 29076f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ On Fedora this can be installed:
dnf install python3-jenkins
```


Foreman requires GPG signed git tags. Configure git with your personal gpg key id as your signing key:

```
git config --global user.signingKey <your-key-id>
```

### Gopass

For storing secrets, [gopass](https://github.com/gopasspw/gopass) is used.
Expand Down

0 comments on commit 29076f1

Please sign in to comment.