From 4a233a1bdcb32f2c4b88690a34977f8e59ff1ed4 Mon Sep 17 00:00:00 2001 From: jans23 Date: Wed, 18 Dec 2024 09:34:28 +0100 Subject: [PATCH] small improvements (#367) --- source/components/nethsm/index.rst | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/source/components/nethsm/index.rst b/source/components/nethsm/index.rst index 59af819412..0bf8a0f709 100644 --- a/source/components/nethsm/index.rst +++ b/source/components/nethsm/index.rst @@ -1,17 +1,11 @@ NetHSM ====== -This documentation describes the NetHSM software and hardware. +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 can be either used on the NetHSM hardware, or as a Docker container. -This documentation only covers the Docker container in the `Integration `__ chapter. +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 <../software/nitropy/index.html>`_. Alternatively `curl `_ can be used to send HTTP requests to the REST API. -The NetHSM software features a REST API to perform installation, administration and operational tasks. -The recommended way to use the REST API is through the `nitropy <../software/nitropy/index.html>`_ tool. -Alternatively `curl `_ can be used to send HTTP requests to the REST API. - -If you obtained a new NetHSM hardware, please refer to the chapter `Getting Started `__ first. -In case you want to restore a backup of a NetHSM, please refer to the chapter `Restore `__. +If you obtained a new NetHSM hardware, please refer to the chapter `Getting Started `__ first. In case you want to restore a backup of a NetHSM, please refer to the chapter `Restore `__. .. important:: @@ -20,8 +14,7 @@ In case you want to restore a backup of a NetHSM, please refer to the chapter `R .. 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. + 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. .. code-block:: bash