Fixed “no system certificates available” issue in server benchmarking guide

This commit is contained in:
Sun Knudsen 2020-08-13 08:48:08 -04:00
parent f8864459c7
commit 87d5ab7585
No known key found for this signature in database
GPG key ID: 1FA767862BBD1305

View file

@ -45,7 +45,13 @@ apt update
apt install -y gnupg2 apt install -y gnupg2
``` ```
### Step 5: import [Speedtest](https://www.speedtest.net/)s PGP public key and enable Speedtests repository ### Step 5: install Common CA certificates
```shell
apt install -y ca-certificates
```
### Step 6: import [Speedtest](https://www.speedtest.net/)s PGP public key and enable Speedtests repository
```console ```console
$ apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61 $ apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
@ -60,7 +66,7 @@ deb https://ookla.bintray.com/debian buster main
$ apt update $ apt update
``` ```
### Step 6: install Speedtest and SysBench ### Step 7: install Speedtest and SysBench
```shell ```shell
apt install -y speedtest sysbench apt install -y speedtest sysbench