Skip to content
Snippets Groups Projects
Unverified Commit a3d1be82 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Add explanation about docker step

parent 214cdc62
Branches master
No related tags found
No related merge requests found
Pipeline #1668 passed
......@@ -28,12 +28,16 @@
8765# gpg --edit-key
> passwd
> save
8765# gpg --edit-key
8765# gpg --armor --output sign-key-unprotected.asc --export-secret-key sign-in-ci@exapmle.com
host$ docker cp 8765:sign-key-unprotected.asc .
8765# gpg --armor --output sign-key-nopw.asc --export-secret-key sign-in-ci@exapmle.com
host$ docker cp 8765:sign-key-nopw.asc .
```
This step is necessary, because currently gnupg does not export secret
subkeys if they are not password protected.
4. Add a protected secret CI variable `$GPG_KEY` and paste the contents of
`sign-key-unprotected.asc`.
`sign-key-nopw.asc`.
5. Setup [CI](.gitlab-ci.yml)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment