GPG_PRIVATE_KEY
gpg --export-secret-keys --armor apt@example.com > apt-private.ascThis cert is already generetad and stored on secure vault. If you need to create it do the following steps
# gpg --full-generate-key
# gpg --armor --export apt@example.com > apt.ascGPG_EMAIL
apt@example.com