Skip to content

Commit

Permalink
Add docs about using ssl in Cartridge (#2230)
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson authored May 7, 2024
1 parent 032a1f9 commit 6bc232d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions rst/cartridge_admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1681,6 +1681,28 @@ After clicking on "Migration Up" button, you will see the result:

|nbsp|


.. _cartridge-ssl:

-------------------------------------------------------------------------------
SSL in Cartridge
-------------------------------------------------------------------------------

Tarantool Enterprise supports the use of SSL connections to encrypt client-server
communications for increased security. To enable SSL in Cartridge for Replication
and inner cluster communications, you can use environment variables or
``cartridge.cfg`` options.

To enable SSL in Cartridge, set ``transport`` param to ``ssl`` in ``cartridge.cfg``
in your init file or add environment variable ``TARANTOOL_TRANSPORT=ssl``.
You also need to add cfg options or environment variables for the next ssl options:
``ssl_ciphers``, ``ssl_server_ca_file``, ``ssl_server_cert_file``, ``ssl_server_key_file``,
``ssl_server_password``, ``ssl_client_ca_file``, ``ssl_client_cert_file``,
``ssl_client_key_file``, ``ssl_client_password``. For details, see
`this article
<https://www.tarantool.io/ru/doc/latest/concepts/configuration/configuration_connections/#securing-connections-with-ssl>`_.


.. _cartridge-change-cookie:

-------------------------------------------------------------------------------
Expand Down

0 comments on commit 6bc232d

Please sign in to comment.