Skip to content

Commit

Permalink
Move chapter REST-API to the top of the document
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerklinger committed May 6, 2024
1 parent 8e6e5c1 commit 52097eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nethsm/integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Integration

The chapter describes processes for various tasks and aims at all user groups.

REST-API
~~~~~~~~

NetHSM's 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>`_.

PKCS#11
-------

Expand Down Expand Up @@ -90,9 +96,3 @@ 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"``.

REST-API
~~~~~~~~

NetHSM's 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>`_.

0 comments on commit 52097eb

Please sign in to comment.