Skip to content

Commit c48d0e9

Browse files
authored
Add NetHSM database storage path information (#499)
1 parent b8cda95 commit c48d0e9

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

source/components/nethsm/container/production-image.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
7885
Usage
7986
^^^^^
8087

source/components/nethsm/container/test-image.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
3239
Usage
3340
^^^^^
3441

0 commit comments

Comments
 (0)