File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
source/components/nethsm/container Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,13 @@ The container runtime secrets such as certificates and private keys need to be s
7575| | in the system design. |
7676+----------------------+----------------------------------------------------------------------------------------------------------------------------------+
7777
78+ Data Storage
79+ ~~~~~~~~~~~~
80+
81+ The system configuration, keys and certificates are stored in an etcd database.
82+ The etcd service stores the database in the ``/data `` path of the container.
83+ Container executors allow to volume or bind mount this path.
84+
7885Usage
7986^^^^^
8087
Original file line number Diff line number Diff line change @@ -29,6 +29,13 @@ The image can be configured with the following environment variables.
2929| ``DEBUG_LOG `` | Enables extended logging for NetHSM. |
3030+----------------------+--------------------------------------+
3131
32+ Data Storage
33+ ~~~~~~~~~~~~
34+
35+ The system configuration, keys and certificates are stored in an etcd database.
36+ The etcd service stores the database in the ``/data `` path of the container.
37+ Container executors allow to volume or bind mount this path.
38+
3239Usage
3340^^^^^
3441
You can’t perform that action at this time.
0 commit comments