From 52097ebf0646ec31e45540d6bd4c60b26a5cd75f Mon Sep 17 00:00:00 2001 From: Markus Merklinger Date: Mon, 6 May 2024 18:56:01 +0200 Subject: [PATCH] Move chapter REST-API to the top of the document --- nethsm/integration.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nethsm/integration.rst b/nethsm/integration.rst index f063c7d6b5..fdc412e98f 100644 --- a/nethsm/integration.rst +++ b/nethsm/integration.rst @@ -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 `_, +and can be inspected and tested in the `API browser `_. + PKCS#11 ------- @@ -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 `_, -and can be inspected and tested in the `API browser `_.