diff --git a/notes/debian_setup_aptly.md b/notes/debian_setup_aptly.md index f71172c..c37b851 100644 --- a/notes/debian_setup_aptly.md +++ b/notes/debian_setup_aptly.md @@ -343,7 +343,7 @@ chown -R aptly:aptly /home/aptly/.ssh/ **Adding Packages** ```bash - sudo su -l aptly + sudo -iu aptly mkdir /home/aptly/packages/ ``` @@ -372,6 +372,14 @@ chown -R aptly:aptly /home/aptly/.ssh/ rm ~/.private-key.asc ``` + **Register keys with public keyservers** + + ```bash + gpg --send-keys + gpg --keyserver hkp://keyserver.ubuntu.com --send-keys + gpg --keyserver hkp://pgp.mit.edu --send-keys + ``` + **Import GPG Key** ```bash