NetHSM¶
Deze documentatie beschrijft de NetHSM software en hardware. De NetHSM software kan worden gebruikt op de NetHSM hardware of als een `software container<container>`__ (bijv. 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.
Als u een nieuwe NetHSM-hardware hebt aangeschaft, raadpleeg dan eerst het hoofdstuk Aan de slag. Als u een back-up van een NetHSM wilt herstellen, raadpleeg dan het hoofdstuk Herstel.
Belangrijk
Als u een NetHSM-instantie gebruikt met een zelfondertekend certificaat, bijvoorbeeld met de Docker-container, moet u nitropy of curl opdragen de geldigheid van het certificaat te negeren. Gebruik voor nitropy de optie --no-verify-tls
en gebruik voor curl de optie --insecure/-k
om de certificaatcontrole over te slaan.
Notitie
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>"