Skip to content

Commit

Permalink
change mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorusti committed Nov 6, 2023
1 parent 30e4c53 commit 4a00b87
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/deploy/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,17 @@ OS Setup
- Create required directories.

These directories are required to store the certificates, keys, and database files.
Repeat these commands on scion01-scion05.
Repeat these commands on scion01-scion05. We assume you'll run the SCION binaries with user `ubuntu`.

.. code-block::
sudo mkdir /etc/scion
sudo mkdir -p /var/lib/scion
sudo chown -R ubuntu:ubuntu /etc/scion/
sudo chown -R ubuntu:ubuntu /var/lib/scion/
mkdir -p /etc/scion/certs
mkdir -p /etc/scion/crypto/as
mkdir -p /etc/scion/keys
mkdir -p /var/lib/scion
.. _step1:
Expand Down

0 comments on commit 4a00b87

Please sign in to comment.