From 87d5ab7585b87c0231e565e0188cd261a7e10eb6 Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Thu, 13 Aug 2020 08:48:08 -0400 Subject: [PATCH] =?UTF-8?q?Fixed=20=E2=80=9Cno=20system=20certificates=20a?= =?UTF-8?q?vailable=E2=80=9D=20issue=20in=20server=20benchmarking=20guide?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/how-to-benchmark-cpu-memory-disk-and-network-performance-of-server-using-speedtest-and-sysbench/README.md b/how-to-benchmark-cpu-memory-disk-and-network-performance-of-server-using-speedtest-and-sysbench/README.md index 55af1c5..47d8703 100644 --- a/how-to-benchmark-cpu-memory-disk-and-network-performance-of-server-using-speedtest-and-sysbench/README.md +++ b/how-to-benchmark-cpu-memory-disk-and-network-performance-of-server-using-speedtest-and-sysbench/README.md @@ -45,7 +45,13 @@ apt update apt install -y gnupg2 ``` -### Step 5: import [Speedtest](https://www.speedtest.net/)’s PGP public key and enable Speedtest’s 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 Speedtest’s repository ```console $ 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 ``` -### Step 6: install Speedtest and SysBench +### Step 7: install Speedtest and SysBench ```shell apt install -y speedtest sysbench