Skip to content

openziti/ziti-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ziti-ci

Shared CI for Ziti projects

GPG Keys

Extending GPG Key expiration

  1. Find the key
gpg --list-keys
  1. Start key editor
gpg --edit-key <key-id-or-name>
  1. List keys with gpg> list
  2. Select key with gpg> key <key number
  3. Update expiration with gpg> expire
  4. Save key with gpg> save

Exporting a key

To export a key to be used by ziti-ci for commit signing...

  1. Find the key you want to export:
gpg --list-keys
  1. Export the keys

Replace $1 with the key id or name

gpg --armor --export $1
gpg --armor --export-secret-key $1
  1. Take the output and put it in a GH secret