diff options
author | Randy Bush <randy@psg.com> | 2017-04-10 16:23:51 -0700 |
---|---|---|
committer | Randy Bush <randy@psg.com> | 2017-04-10 16:23:51 -0700 |
commit | 05b523f3b411d891a89fcd4978a896bacd8ea8db (patch) | |
tree | afa3dfebe313e9c248e8f28ee52034e3a79552ab | |
parent | 9bcd874fc3f83e2517f89db122ed49cad4e9e599 (diff) |
changed wgets for keying
-rw-r--r-- | doc/quickstart/xenial-ca.md | 2 | ||||
-rw-r--r-- | 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): |