Skip to content

Commit 6a9700f

Browse files
rename demo_keys into demo_keystore along with setup tutorial. (#4464) (#4470)
Signed-off-by: Tomoya.Fujita <[email protected]> (cherry picked from commit dac8695) Co-authored-by: Tomoya Fujita <[email protected]>
1 parent 8b9612e commit 6a9700f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/Tutorials/Advanced/Security/Examine-Traffic.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,13 @@ Enable encryption for both by setting the security environment variables and run
141141
.. code-block:: bash
142142
143143
# In terminal 1:
144-
export ROS_SECURITY_KEYSTORE=~/sros2_demo/demo_keys
144+
export ROS_SECURITY_KEYSTORE=~/sros2_demo/demo_keystore
145145
export ROS_SECURITY_ENABLE=true
146146
export ROS_SECURITY_STRATEGY=Enforce
147147
ros2 run demo_nodes_cpp talker --ros-args --enclave /talker_listener/talker
148148
149149
# In terminal 2:
150-
export ROS_SECURITY_KEYSTORE=~/sros2_demo/demo_keys
150+
export ROS_SECURITY_KEYSTORE=~/sros2_demo/demo_keystore
151151
export ROS_SECURITY_ENABLE=true
152152
export ROS_SECURITY_STRATEGY=Enforce
153153
ros2 run demo_nodes_cpp listener --ros-args --enclave /talker_listener/listener

source/Tutorials/Advanced/Security/The-Keystore.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Begin with a new terminal session and enable security with the keystore created
207207

208208
.. code-block:: bash
209209
210-
export ROS_SECURITY_KEYSTORE=~/sros2_demo/demo_keys
210+
export ROS_SECURITY_KEYSTORE=~/sros2_demo/demo_keystore
211211
export ROS_SECURITY_ENABLE=true
212212
export ROS_SECURITY_STRATEGY=Enforce
213213

0 commit comments

Comments
 (0)