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.

Jeśli masz nowy sprzęt NetHSM, zapoznaj się najpierw z rozdziałem Getting Started. Jeśli chcesz przywrócić kopię zapasową NetHSM, zapoznaj się z rozdziałem Restore.

Ważne

Jeśli używasz instancji NetHSM z samopodpisanym certyfikatem, na przykład przy użyciu kontenera Docker, musisz poinstruować nitropy lub curl, aby ignorowały ważność certyfikatu. W przypadku nitropy użyj opcji --no-verify-tls, a w przypadku curl użyj opcji --insecure/-k, aby pominąć sprawdzanie certyfikatu.

Informacja

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>"