Skip to content

Commit

Permalink
kbs: msic fix in self-signed-https.md
Browse files Browse the repository at this point in the history
- Fix the miscs in self-signed-https.md

Signed-off-by: Qi Feng Huo <[email protected]>
  • Loading branch information
Qi Feng Huo authored and Xynnn007 committed Aug 19, 2024
1 parent 275f1b4 commit 78e5f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kbs/docs/self-signed-https.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 78e5f11

Please sign in to comment.