ziti-ci

command module
v0.0.0-...-accd120 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL