-
Notifications
You must be signed in to change notification settings - Fork 27
Secrets
David Allison edited this page Oct 20, 2021
·
2 revisions
A GPG ASCII-Armored private key in the form: -----BEGIN PGP PRIVATE KEY BLOCK-----
The key needs to be sent to a keyserver for the Sonatype Signature Validation
stage when closing a repository.
gpg --gen-key
*enter name & email*
*enter passphrase*
*Key is returned*: 6A4C4C7E488EE7E44CD412893919C607196D9DFB
gpg --keyserver keyserver.ubuntu.com --send-keys 6A4C4C7E488EE7E44CD412893919C607196D9DFB
gpg --export-secret-keys --armor 6A4C4C7E488EE7E44CD412893919C607196D9DFB
The passphrase for the above key, provided in the step above
The password for the account david-allison-1
on OSS Sonatype
The username is hardcoded in the publish_*.yml
files