Skip to content

Fixes for packagecloud gpg key docs

Dustin Collins requested to merge packagecloud-docks-updates-dc into master

Running through the packagecloud gpg signing runbook for gitlab-org/distribution/team-tasks#1013 (closed), I noticed these issues.

  • gpg -k support@gitlab.com returns no keys after import. That is because the address is now packages@gitlab.com.
  • There is no longer a password for the gpg key
  • --armor needs to be used when exporting GPG keys, otherwise they are in a binary format that can't be uploaded to Vault.

This MR fixes these issues.

typebug

Edited by Dustin Collins

Merge request reports