gpg #2

Merged
markus.brunsch merged 2 commits from gpg into main 2025-10-31 13:10:55 +00:00
Showing only changes of commit 75c1c5fee4 - Show all commits

View file

@ -19,7 +19,6 @@ https://opensource.org/licenses/MIT.
``` ```
## Setup Git GPG Key ## Setup Git GPG Key
https://docs.codeberg.org/security/gpg-key/
1. Generate GPG Key 1. Generate GPG Key
```console ```console
@ -38,6 +37,8 @@ gpg --armor --export <GPG KEY ID>
``` ```
Copy the Public Key block and add it into your Profile settings on the STACKIT Git instance. Copy the Public Key block and add it into your Profile settings on the STACKIT Git instance.
https://docs.codeberg.org/security/gpg-key/
https://gist.github.com/troyfontaine/18c9146295168ee9ca2b30c00bd1b41e
## Prerequisites ## Prerequisites