NetHSM¶
Questa documentazione descrive il software e l’hardware NetHSM. Il software NetHSM può essere utilizzato sia sull’hardware NetHSM, sia come contenitore software <container> __ (ad esempio 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.
Se avete ottenuto un nuovo hardware NetHSM, fate riferimento al capitolo Iniziare. Se si desidera ripristinare un backup di un NetHSM, consultare il capitolo Ripristino.
Importante
Se si utilizza un’istanza di NetHSM con un certificato autofirmato, ad esempio utilizzando il contenitore Docker, si dovrà indicare a nitropy o curl di ignorare la validità del certificato. Per nitropy usare l’opzione --no-verify-tls
e per curl usare l’opzione --insecure/-k
per saltare il controllo del certificato.
Nota
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>"