Skip to content

Commit

Permalink
rename demo_keys into demo_keystore along with setup tutorial. (#…
Browse files Browse the repository at this point in the history
…4464) (#4469)

Signed-off-by: Tomoya.Fujita <tomoya.fujita825@gmail.com>
(cherry picked from commit dac8695)

Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
  • Loading branch information
mergify[bot] and fujitatomoya authored May 16, 2024
1 parent 4f79f94 commit 0c58074
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/Tutorials/Advanced/Security/Examine-Traffic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ Enable encryption for both by setting the security environment variables and run
.. code-block:: bash
# In terminal 1:
export ROS_SECURITY_KEYSTORE=~/sros2_demo/demo_keys
export ROS_SECURITY_KEYSTORE=~/sros2_demo/demo_keystore
export ROS_SECURITY_ENABLE=true
export ROS_SECURITY_STRATEGY=Enforce
ros2 run demo_nodes_cpp talker --ros-args --enclave /talker_listener/talker
# In terminal 2:
export ROS_SECURITY_KEYSTORE=~/sros2_demo/demo_keys
export ROS_SECURITY_KEYSTORE=~/sros2_demo/demo_keystore
export ROS_SECURITY_ENABLE=true
export ROS_SECURITY_STRATEGY=Enforce
ros2 run demo_nodes_cpp listener --ros-args --enclave /talker_listener/listener
Expand Down
2 changes: 1 addition & 1 deletion source/Tutorials/Advanced/Security/The-Keystore.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Begin with a new terminal session and enable security with the keystore created

.. code-block:: bash
export ROS_SECURITY_KEYSTORE=~/sros2_demo/demo_keys
export ROS_SECURITY_KEYSTORE=~/sros2_demo/demo_keystore
export ROS_SECURITY_ENABLE=true
export ROS_SECURITY_STRATEGY=Enforce
Expand Down

0 comments on commit 0c58074

Please sign in to comment.