gcloud auth application-default login
cat ~/.config/gcloud/application_default_credentials.json | base 64
Nexus token
Nexus e-mail
The following commands are just a summary of GitHub's GPG guide
gpg --full-generate-key
gpg --list-secret-keys --keyid-format=long
gpg --armor --export <GPG_SIGNING_KEY>
gpg --output private.pgp --armor --export-secret-key <GPG_SIGNING_KEY>
cat private.pgp | base64 -w 0
Key ID generated with gpg