„README.md“ ändern

feature/gpg_key_tobias_Stroehl
gitea-admin 4 years ago
parent bd737966f1
commit 9e45a9770a

@ -3,3 +3,9 @@
- please follow instruction on following link: https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-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!!! - add ONLY the _PUBLIC_ part of your gpg key!!!
- checkin via MergeRequest/PullRequest - checkin via MergeRequest/PullRequest
### import gpg keys
gpg --import /path/to/keys/*.gpg.pub
### list imported gpg keys
gpg --list-keys --keyid-format=long
Loading…
Cancel
Save