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.
Se obteve um novo hardware NetHSM, consulte por favor o capítulo Arrancar primeiro. Caso pretenda restaurar uma cópia de segurança de um NetHSM, consulte por favor o capítulo Restore.
Importante
Se utilizar uma instância NetHSM com um certificado autoassinado, por exemplo, utilizando o contentor Docker, terá de instruir nitropia ou curl para ignorar a validade do certificado. Para nitropia utilize a opção --no-verify-tls
e para curl utilize a opção --insecure/-k
para saltar a verificação do certificado.
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>"