Skip to content

Commit

Permalink
List other keyservers to try for cs-engine install
Browse files Browse the repository at this point in the history
Sometimes ha.pool.sks-keyservers.net goes down, so let's provide some
other keyservers to try in such cases.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
  • Loading branch information
cpuguy83 committed Mar 1, 2017
1 parent 2fc462f commit 598d339
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cs-engine/1.12/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ Use these instructions to upgrade YUM-based systems.
$ sudo rpm --import "https://sks-keyservers.net/pks/lookup?op=get&search=0xee6d536cf7dc86e2d7d56f59a178ac6c6238f52e"
```

> Note: if the key server above does not respond, you can try one of these:
> - pgp.mit.edu
> - keyserver.ubuntu.com

3. Install yum-utils if necessary:

```bash
Expand Down
4 changes: 4 additions & 0 deletions cs-engine/1.13/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ Use these instructions to upgrade YUM-based systems.
$ sudo rpm --import "https://sks-keyservers.net/pks/lookup?op=get&search=0xee6d536cf7dc86e2d7d56f59a178ac6c6238f52e"
```

> Note: if the key server above does not respond, you can try one of these:
> - pgp.mit.edu
> - keyserver.ubuntu.com

3. Install yum-utils if necessary:

```bash
Expand Down

0 comments on commit 598d339

Please sign in to comment.