From 78e5f11d919fb9b2055ddb0e3d376b54d8999a1e Mon Sep 17 00:00:00 2001 From: Qi Feng Huo Date: Mon, 19 Aug 2024 10:47:24 +0800 Subject: [PATCH] kbs: msic fix in self-signed-https.md - Fix the miscs in self-signed-https.md Signed-off-by: Qi Feng Huo --- kbs/docs/self-signed-https.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kbs/docs/self-signed-https.md b/kbs/docs/self-signed-https.md index c3ec74e20..8899f304e 100644 --- a/kbs/docs/self-signed-https.md +++ b/kbs/docs/self-signed-https.md @@ -9,7 +9,7 @@ This guide will take the following goals ```bash # Edit a crt configuration. You can change the following items to any you want -cat << localhost.crt > EOF +cat << EOF > localhost.conf [req] default_bits = 2048 default_keyfile = localhost.key @@ -61,7 +61,7 @@ openssl pkey -in private.key -pubout -out public.pub ## Launch KBS server Set up a `kbs-config.toml` ```bash -cat << kbs-config.toml > EOF +cat << EOF > kbs-config.toml private_key = "/etc/key.pem" certificate = "/etc/cert.pem"