From 05b523f3b411d891a89fcd4978a896bacd8ea8db Mon Sep 17 00:00:00 2001 From: Randy Bush Date: Mon, 10 Apr 2017 16:23:51 -0700 Subject: changed wgets for keying --- doc/quickstart/xenial-ca.md | 2 +- doc/quickstart/xenial-rp.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/quickstart/xenial-ca.md b/doc/quickstart/xenial-ca.md index 30193781..2e48c5b9 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 /etc/apt/trusted.gpg.d/rpki.asc https://download.rpki.net/APTng/apt-gpg-key.asc + # wget -q -O - https://download.rpki.net/APTng/apt-gpg-key.asc | sudo apt-key add - Configure APT to use this repository (for Ubuntu Xenial): diff --git a/doc/quickstart/xenial-rp.md b/doc/quickstart/xenial-rp.md index 6a157afa..21fb925b 100644 --- a/doc/quickstart/xenial-rp.md +++ b/doc/quickstart/xenial-rp.md @@ -39,7 +39,7 @@ machine. Add the GPG public key for this repository (optional, but APT will whine unless you do this): - # wget -q -O /etc/apt/trusted.gpg.d/rpki.asc https://download.rpki.net/APTng/apt-gpg-key.asc + # wget -q -O - https://download.rpki.net/APTng/apt-gpg-key.asc | sudo apt-key add - Configure APT to use this repository (for Ubuntu Xenial): -- cgit v1.2.3