diff --git a/content/self-host/install/_index.en.md b/content/self-host/install/_index.en.md index 6ae29d1..21d8eba 100644 --- a/content/self-host/install/_index.en.md +++ b/content/self-host/install/_index.en.md @@ -104,6 +104,8 @@ hbbs.yourhost.com:21116 ![](/docs/en/self-host/install/images/server-set-window.png) +![](/docs/en/self-host/install/images/lic.png) + ## Key ----------- Different from the old version, the key in this version is mandatory, but you don't need to set it yourself. When hbbs runs for the first time, it will automatically generate a pair of encrypted private key and public key (respectively located in the `id_ed25519` and `id_ed25519.pub` files in the running directory), the main purpose is for communication encryption. diff --git a/content/self-host/install/images/lic.png b/content/self-host/install/images/lic.png new file mode 100644 index 0000000..e10a0ea Binary files /dev/null and b/content/self-host/install/images/lic.png differ