Skip to content

Commit

Permalink
Instruct to install openssl with chocolatey on windows (#625)
Browse files Browse the repository at this point in the history
* Refs #20103. Instruct to install openssl with chocolatey on windows.

Signed-off-by: Miguel Company <miguelcompany@eprosima.com>

* Apply suggestion

Signed-off-by: Miguel Company <miguelcompany@eprosima.com>

Co-authored-by: Jesús Poderoso <120394830+JesusPoderoso@users.noreply.github.com>

---------

Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Co-authored-by: Jesús Poderoso <120394830+JesusPoderoso@users.noreply.github.com>
  • Loading branch information
MiguelCompany and JesusPoderoso committed Dec 19, 2023
1 parent 194bd18 commit e1f4d65
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/installation/sources/sources_windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,11 @@ OpenSSL
^^^^^^^

OpenSSL is a robust toolkit for the TLS and SSL protocols and a general-purpose cryptography library.
Download and install the latest OpenSSL version for Windows at this
`link <https://slproweb.com/products/Win32OpenSSL.html>`_.
After installing, add the environment variable :code:`OPENSSL_ROOT_DIR` pointing to the installation root directory.

For example:
Install it by running the following command inside an administrative shell with *PowerShell*:

.. code-block:: bash
OPENSSL_ROOT_DIR=C:\Program Files\OpenSSL-Win64
choco install -y openssl
.. _libp11_sw:

Expand Down

0 comments on commit e1f4d65

Please sign in to comment.