Shared CI for Ziti projects
- Find the key
gpg --list-keys
- Start key editor
gpg --edit-key <key-id-or-name>
- List keys with
gpg> list
- Select key with
gpg> key <key number
- Update expiration with
gpg> expire
- Save key with
gpg> save
To export a key to be used by ziti-ci for commit signing...
- Find the key you want to export:
gpg --list-keys
- Export the keys
Replace $1 with the key id or name
gpg --armor --export $1
gpg --armor --export-secret-key $1
- Take the output and put it in a GH secret