Skip to content

Commit

Permalink
differences betwen prod and test
Browse files Browse the repository at this point in the history
  • Loading branch information
jans23 authored Oct 14, 2024
1 parent 90b517d commit 66dea21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions nethsm/container/production-image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ Production Image
----------------

The production image is provided for production environments with high security demands.
It requires an external etcd key-value store which is connected through an encrypted connection.
The NetHSM process can be executed with hardware-based separation (KVM) and device-specific encryption.
The image is distributed as OCI image and can be run locally with a compatible executor such as Docker and Podman.
It requires an external etcd key-value store and offers to run the NetHSM process with hardware-based separation (KVM).
The connection between the NetHSM process and the key-value store is encrypted.
Additionally, the required secrets such as certificates and private keys can be set through the secrets feature of the container executor.

.. include:: container-hardware-restriction.rst.inc

Expand Down
4 changes: 2 additions & 2 deletions nethsm/container/test-image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Test Image
----------

The test image is provided for testing and development purposes.
The image is distributed as OCI image and can be run locally with a compatible executor such as Docker and Podman.
It does not offer to run the NetHSM process with hardware-based separation (KVM).
It does not offer to run the NetHSM process with hardware-based separation (KVM), to encrypt the data store, or to use an external etcd.
The connection between the NetHSM process and the integrated key-value store is unencrypted.
The image is distributed as OCI image and can be run locally with a compatible executor such as Docker and Podman.

.. include:: container-hardware-restriction.rst.inc

Expand Down

0 comments on commit 66dea21

Please sign in to comment.