command
module
Version:
v0.5.124
Opens a new window with list of versions in this module.
Published: Sep 30, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
ziti-ci
Shared CI for Ziti projects
GPG Keys
Extending GPG Key expiration
- 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
Exporting a key
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
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.