Slight additions of missing commands in aptly setup notes.
This commit is contained in:
parent
758a624218
commit
38da2a4315
@ -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 ~/<hostname-internet>.private-key.asc
|
||||
```
|
||||
|
||||
**Register keys with public keyservers**
|
||||
|
||||
```bash
|
||||
gpg --send-keys <gpg-repository-key-id>
|
||||
gpg --keyserver hkp://keyserver.ubuntu.com --send-keys <gpg-repository-key-id>
|
||||
gpg --keyserver hkp://pgp.mit.edu --send-keys <gpg-repository-key-id>
|
||||
```
|
||||
|
||||
**Import GPG Key**
|
||||
|
||||
```bash
|
||||
|
||||
Loading…
Reference in New Issue
Block a user