diff options
author | Randy Bush <randy@psg.com> | 2017-04-19 09:44:01 +0900 |
---|---|---|
committer | Randy Bush <randy@psg.com> | 2017-04-19 09:44:01 +0900 |
commit | b3eeaba8fe3bc3f1254cb6d74b707519ff3ea520 (patch) | |
tree | 4fea392862a27ae5d1d549762cde1e8fd41d8f5d /doc/quickstart/xenial-ca.md | |
parent | 6d71248d7a68445e24e52db23beee5fb91b300cd (diff) |
use gpg files again, after fix to jayb issue not on github
Diffstat (limited to 'doc/quickstart/xenial-ca.md')
-rw-r--r-- | doc/quickstart/xenial-ca.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/quickstart/xenial-ca.md b/doc/quickstart/xenial-ca.md index bd188c30..ed914ef6 100644 --- a/doc/quickstart/xenial-ca.md +++ b/doc/quickstart/xenial-ca.md @@ -41,7 +41,7 @@ machine. Add the GPG public key for this repository (optional, but APT will whine unless you do this): - # wget -q -O - https://download.rpki.net/APTng/apt-gpg-key.asc | sudo apt-key add - + # wget -q -O /etc/apt/trusted.gpg.d/rpki.gpg https://download.rpki.net/APTng/apt-gpg-key.gpg Configure APT to use this repository (for Ubuntu Xenial): |