Skip to content

Commit

Permalink
Import certificate for Astrobee server SSL support (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgarciaruiz authored Mar 29, 2023
1 parent 5c0f9f9 commit d942917
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/general_documentation/NASA_INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ This is the typical case for all wired computers in ARC TI, and simplifies
your life greatly.

Verify that you are in this situation with the command below should succeed
(remove the Release.gpg file after being fetched).
(certificate will be added later; remove the Release.gpg file after being fetched).

wget -v http://astrobee.ndc.nasa.gov/software/dists/xenial/Release.gpg
wget -v --no-check-certificate http://astrobee.ndc.nasa.gov/software/dists/xenial/Release.gpg

Before running the scripts in `scripts/setup` below, set this variable:

Expand Down Expand Up @@ -234,7 +234,7 @@ will copy all products into this directory.
Once the installation has completed, copy the install directory to the robot.
This script assumes that you are connected to the Astrobee network, as it uses
rsync to copy the install directory to `~/armhf` on the two processors. It
takes the robot name as an argument. Here we use `p4d'.
takes the robot name as an argument. Here we use `p4d`.

pushd $ASTROBEE_WS
./src/scripts/install_to_astrobee.sh $INSTALL_PATH p4d
Expand Down
3 changes: 3 additions & 0 deletions scripts/setup/add_local_repository.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ sudo touch $arssrc
#sudo /bin/bash -c "echo \"deb-src http://127.0.0.1:8765/software xenial main\" >> $arssrc" || exit 1

sudo apt-key add $scriptdir/../../submodules/platform/rootfs/multistrap/keys/astrobee.key || exit 1

# Import ssl certificate for access to astrobee.ndc.nasa.gov
$scriptdir/../../submodules/platform/tools/add_local_certs.sh
2 changes: 1 addition & 1 deletion submodules/platform
Submodule platform updated from 72e9d4 to 333fe5

0 comments on commit d942917

Please sign in to comment.