Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 338 Bytes

File metadata and controls

20 lines (14 loc) · 338 Bytes

Secrets

GPG_PRIVATE_KEY

gpg --export-secret-keys --armor apt@example.com > apt-private.asc

This 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.asc

GPG_EMAIL

apt@example.com