# Debian Repo Key generation.

This repo key is generated by the following commands.

 - mkdir -p key1
 - chmod og-rwx key1
 - gpg --homedir=`pwd`/key1 --keyring pubring --default-new-key-algo rsa4096 --batch --passphrase "${DEBIAN_REPO_PRIVATE_KEY_PASSWORD}" --quick-gen-key 'Linaro GLT Deb <glt-gig-noreply@linaro.org>' default default 10y
 - gpg --batch --yes --passphrase "${DEBIAN_REPO_PRIVATE_KEY_PASSWORD}" --homedir=`pwd`/key1 --keyring pubring --export-secret-keys -a glt-gig-noreply@linaro.org > linaro-glt-gig-archive-bookworm-private.asc

