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.

Jei įsigijote naują „NetHSM“ aparatinę įrangą, pirmiausia skaitykite skyrių Pradedame dirbti. Jei norite atkurti atsarginę „NetHSM“ kopiją, žr. skyrių Atkurti.

Svarbu

Jei naudojate NetHSM egzempliorių su savarankiškai pasirašytu sertifikatu, pavyzdžiui, naudodami „Docker“ konteinerį, turėsite nurodyti nitropy arba curl ignoruoti sertifikato galiojimą. nitropy atveju naudokite parinktį --no-verify-tls, o curl atveju naudokite parinktį --insecure/-k, kad praleistumėte sertifikato patikrinimą.

Pastaba

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