Skip to content

Commit

Permalink
Update integration.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jans23 authored Jul 15, 2024
1 parent 44134af commit 247ed67
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions nethsm/integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ NetHSM's primary interface is a modern REST-API that guarantees best performance
The API specification is available in `OpenAPI format <https://nethsmdemo.nitrokey.com/api_docs/nethsm-api.yaml>`_,
and can be inspected and tested in the `API browser <https://nethsmdemo.nitrokey.com/api_docs/index.html>`_.

Command-line interface
----------------------

Users may administrate and use a NetHSM using a dedicated command-line interface (CLI).
Nitrokey offers ``nitropy``, which is distributed in the Python based `pynitrokey <https://pypi.org/project/pynitrokey/>`_.
With ``nethsm`` an alternative third-party application exists, which is developed in the Rust crate `nethsm-cli <https://crates.io/crates/nethsm-cli/>`_.

PKCS#11
-------

Expand Down Expand Up @@ -104,3 +97,10 @@ This folder also contains the necessary documentation how to use it.
The mode of SELinux can be requested with ``sestatus |grep "Current mode"``.
If the mode is set to ``enforcing``, a change to the context is required.
In this case the volume mount must be postfixed with ``:z``, resulting in ``-v "${PWD}/out:/out:z"``.

Command-line interface
----------------------

Users may administrate and use a NetHSM using a dedicated command-line interface (CLI).
Nitrokey offers ``nitropy``, which is distributed in the Python based `pynitrokey <https://pypi.org/project/pynitrokey/>`_.
With ``nethsm`` an alternative third-party application exists, which is developed in the Rust crate `nethsm-cli <https://crates.io/crates/nethsm-cli/>`_.

0 comments on commit 247ed67

Please sign in to comment.