NetHSM

Tässä dokumentaatiossa kuvataan NetHSM-ohjelmisto ja -laitteisto. NetHSM-ohjelmistoa voidaan käyttää joko NetHSM-laitteistossa tai `ohjelmistokontissa<container>`__ (esim. 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.

Jos olet hankkinut uuden NetHSM-laitteiston, tutustu ensin lukuun Aloittaminen. Jos haluat palauttaa NetHSM-laitteiston varmuuskopion, katso luku Palauta.

Tärkeä

Jos käytät NetHSM-instanssia, jossa on itse allekirjoitettu varmenne, esimerkiksi Docker-säiliön avulla, sinun on ohjeistettava nitropy tai curl jättämään varmenteen voimassaolo huomiotta. Käytä nitropy:lle vaihtoehtoa --no-verify-tls ja curl:lle vaihtoehtoa --insecure/-k ohittaaksesi varmenteen tarkistuksen.

Muista

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