How to distribute gpg public key?

This commit is contained in:
Benjamin Bohard 2018-03-21 10:17:08 +01:00
parent e80adf3c55
commit 5f3f27f2ea
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ EOF
export PINENTRY_USER_DATA="USE_CURSES=1" export PINENTRY_USER_DATA="USE_CURSES=1"
gpg --gen-key --batch keyparms gpg --gen-key --batch keyparms
gpg --export --armor > /signing-key/dev.pubkey gpg --export --armor > /signing-key/dev.pubkey
gpg --export --armor > /aptly/public/dev.gpg
aptly repo create --component="main" --distribution="ubuntu" dev aptly repo create --component="main" --distribution="ubuntu" dev
aptly repo add dev /packages aptly repo add dev /packages