NetHSM

Denna dokumentation beskriver NetHSM:s programvara och maskinvara. NetHSM:s programvara kan antingen användas på NetHSM:s hårdvara eller som en `programvarucontainer<container>`__ (t.ex. 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.

Om du har skaffat ny NetHSM-hårdvara ska du först läsa kapitlet Komm igång. Om du vill återställa en säkerhetskopia av en NetHSM, se kapitel Restore.

Viktigt

Om du använder en NetHSM-instans med ett självsignerat certifikat, t.ex. med Docker-containern, måste du instruera nitropy eller curl att ignorera certifikatets giltighet. För nitropy använd alternativet --no-verify-tls och för curl använd alternativet --insecure/-k för att hoppa över certifikatskontrollen.

Observera

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