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.

Si vous avez obtenu un nouveau matériel NetHSM, veuillez vous reporter au chapitre Démarrer en premier lieu. Dans le cas où vous souhaitez restaurer une sauvegarde d’un NetHSM, veuillez vous reporter au chapitre Restauration.

Important

Si vous utilisez une instance NetHSM avec un certificat auto-signé, par exemple en utilisant le conteneur Docker, vous devrez indiquer à nitropy ou curl d’ignorer la validité du certificat. Pour nitropy, utilisez l’option --no-verify-tls et pour curl, utilisez l’option --insecure/-k pour ignorer la vérification du certificat.

Note

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