File tree 2 files changed +3
-3
lines changed
source/Tutorials/Advanced/Security
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,13 +141,13 @@ Enable encryption for both by setting the security environment variables and run
141
141
.. code-block :: bash
142
142
143
143
# In terminal 1:
144
- export ROS_SECURITY_KEYSTORE=~ /sros2_demo/demo_keys
144
+ export ROS_SECURITY_KEYSTORE=~ /sros2_demo/demo_keystore
145
145
export ROS_SECURITY_ENABLE=true
146
146
export ROS_SECURITY_STRATEGY=Enforce
147
147
ros2 run demo_nodes_cpp talker --ros-args --enclave /talker_listener/talker
148
148
149
149
# In terminal 2:
150
- export ROS_SECURITY_KEYSTORE=~ /sros2_demo/demo_keys
150
+ export ROS_SECURITY_KEYSTORE=~ /sros2_demo/demo_keystore
151
151
export ROS_SECURITY_ENABLE=true
152
152
export ROS_SECURITY_STRATEGY=Enforce
153
153
ros2 run demo_nodes_cpp listener --ros-args --enclave /talker_listener/listener
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ Begin with a new terminal session and enable security with the keystore created
207
207
208
208
.. code-block :: bash
209
209
210
- export ROS_SECURITY_KEYSTORE=~ /sros2_demo/demo_keys
210
+ export ROS_SECURITY_KEYSTORE=~ /sros2_demo/demo_keystore
211
211
export ROS_SECURITY_ENABLE=true
212
212
export ROS_SECURITY_STRATEGY=Enforce
213
213
You can’t perform that action at this time.
0 commit comments