Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Webitel 3.2.0

...

  1. Переходим в директорию /opt/webitel/certsssl
  2. Создаем приватный ключ:

    Code Block
    openssl genrsa -out wss.key 2048

  3. Создаем запрос сертификата: 

    Code Block
    openssl req -new -sha256 -key wss.key -out wss.csr

...

Подключение сертификата к webitel

  1. В файле common.env изменить bin/setenv.sh изменить на:

    Code Block
    languagebash
    themeMidnight
    export WEBITEL_SSL=true="on"
    export WEBITEL_PROTO="https"

Похожие статьи

Content by Label
showLabelsfalse
max5
spacesWKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("ssl","linux","webitel2","wss") and type = "page" and space = "WKB"
labelswebitel2 ssl wss linux

...