diff --git a/README.md b/README.md index 55d78a4..9ae77c9 100644 --- a/README.md +++ b/README.md @@ -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 +``` + ### Gopass For storing secrets, [gopass](https://github.com/gopasspw/gopass) is used.