Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Update security.rst #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/features/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ Alternatively, an already existing certificate can be provided to be used for al
.. code-block:: shell

# Make a single file to be used with Kurento Media Server.
# Make sure that the first line of key.pem is in a new line after cert.pem
cat cert.pem key.pem >cert+key.pem

Then, :ref:`configure <configuration-dtls>` the path to ``cert+key.pem``.
Expand Down