NetHSM

This documentation describes the NetHSM software and hardware. The NetHSM software can be either used on the NetHSM hardware, or as a software container (e.g. Docker).

The NetHSM software features a REST API to perform installation, administration and operational tasks. The recommended way to use a NetHSM is through the tool nitropy. Alternatively curl can be used to send HTTP requests to the REST API.

Wenn Sie eine neue NetHSM-Hardware erworben haben, lesen Sie bitte zunächst das Kapitel Erstmalige Inbetriebnahme. Falls Sie ein Backup eines NetHSM wiederherstellen wollen, lesen Sie bitte das Kapitel Wiederherstellung.

Wichtig

Wenn Sie eine NetHSM-Instanz mit einem selbstsignierten Zertifikat verwenden, zum Beispiel mit dem Docker-Container, müssen Sie nitropy oder curl anweisen, die Gültigkeit des Zertifikats zu ignorieren. Für nitropy verwenden Sie die Option --no-verify-tls und für curl verwenden Sie die Option --insecure/-k, um die Zertifikatsprüfung zu überspringen.

Bemerkung

The examples in this documentation use the environment variable NETHSM_HOST, which contains the IP address or URL of the NetHSM. On a Unix shell the variable can be set with the following command.

$ export NETHSM_HOST="<URL-or-IP-address>"