Skip to content

Commit

Permalink
add default IP, --no-verify-tls (#387)
Browse files Browse the repository at this point in the history
* add default IP

* add -no-verify-tls
  • Loading branch information
jans23 authored Jan 22, 2025
1 parent cf53617 commit 0528470
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions source/components/nethsm/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ The initial provisioning is executed as follows.

**Example**

This example contains the parameter `--no-verify-tls` because typically at this stage the NetHSM uses a self-signed certificate.

.. code-block:: bash
$ nitropy nethsm --host $NETHSM_HOST provision
Expand Down
2 changes: 1 addition & 1 deletion source/components/nethsm/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you obtained a new NetHSM hardware, please refer to the chapter `Getting Star

.. 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. A NetHSM's default IP address is 192.168.1.1. On a Unix shell the variable can be set with the following command.

.. code-block:: bash
Expand Down

0 comments on commit 0528470

Please sign in to comment.