Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Steiner <robert@flower.ai>
  • Loading branch information
Robert-Steiner committed Jul 25, 2024
1 parent 8b3f752 commit 157f15a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
# The current released version
rst_prolog = """
.. |current_flwr_version| replace:: 1.10.0
.. |latest_flwr_superlink_docker_digest| replace:: xxxc51d889c
.. |latest_flwr_superlink_docker_digest| replace:: 4b317d5b6030710b476f4dbfab2c3a33021ad40a0fcfa54d7edd45e0c51d889c
.. |ubuntu_version| replace:: 22.04
.. |setuptools_version| replace:: 70.3.0
.. |pip_version| replace:: 24.1.2
Expand Down
8 changes: 6 additions & 2 deletions doc/source/docker/tls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ SuperLink
Assuming all files we need are in the local ``certificates`` directory, we can use the flag
``--volume`` to mount the local directory into the ``/app/certificates/`` directory of the container:


.. code-block:: bash
:substitutions:
Expand Down Expand Up @@ -72,7 +71,12 @@ SuperNode
---------

Assuming that the ``ca.crt`` certificate already exists locally, we can use the flag ``--volume`` to mount the local
certificate into the container's ``/app/`` directory:
certificate into the container's ``/app/`` directory.

.. Note::

If you're generating self-signed certificates and the ``ca.crt`` certificate doesn't exist
on the SuperNode, you can copy it over after the generation step.

.. code-block:: bash
:substitutions:
Expand Down

0 comments on commit 157f15a

Please sign in to comment.