NetHSM¶
Šajā dokumentācijā ir aprakstīta NetHSM programmatūra un aparatūra. NetHSM programmatūru var izmantot vai nu uz NetHSM aparatūras, vai kā `programmatūras konteineru<container>`__ (piemēram, 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.
Ja esat ieguvis jaunu NetHSM aparatūru, vispirms skatiet nodaļu Sākšanas sākšana. Ja vēlaties atjaunot NetHSM rezerves kopiju, skatiet nodaļu Atjaunot.
Svarīgi
Ja izmantojat NetHSM gadījumu ar pašparakstītu sertifikātu, piemēram, izmantojot Docker konteineru, jums būs jānorāda nitropy vai curl ignorēt sertifikāta derīgumu. nitropy gadījumā izmantojiet opciju --no-verify-tls
un curl gadījumā izmantojiet opciju --insecure/-k
, lai izlaistu sertifikāta pārbaudi.
Piezīme
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>"