You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
388 B
388 B
howto create a gpg key
- please follow instruction on following link: https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key
- add ONLY the PUBLIC part of your gpg key!!!
- checkin via MergeRequest/PullRequest
import gpg keys
gpg --import /path/to/keys/*.gpg.pub
list imported gpg keys
gpg --list-keys --keyid-format=long