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.
Če ste dobili novo strojno opremo NetHSM, najprej preberite poglavje Začetek. Če želite obnoviti varnostno kopijo naprave NetHSM, glejte poglavje Obnovitev.
Pomembno
Če uporabljate primerek NetHSM s samopodpisanim potrdilom, na primer z uporabo vsebnika Docker, boste morali nitropy ali curl naročiti, naj zanemarita veljavnost potrdila. Za nitropy uporabite možnost --no-verify-tls
, za curl pa možnost --insecure/-k
, da preskočite preverjanje potrdila.
Opomba
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>"