From 230e9f2d2ba50706ab90f1eb7739d00a42d9e335 Mon Sep 17 00:00:00 2001 From: Bernhard Reiter Date: Thu, 31 Jul 2025 11:29:44 +0200 Subject: [PATCH] fix minor docs typo --- docs/scripts/Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/scripts/Readme.md b/docs/scripts/Readme.md index 77e8dae..e0bc7c9 100644 --- a/docs/scripts/Readme.md +++ b/docs/scripts/Readme.md @@ -1,5 +1,5 @@ Scripts for assisting the Integration tests. -They were written on Ubuntu 20.04 TLS amd64 and also tested with 24.04 TLS. +They were written on Ubuntu 20.04 LTS amd64 and also tested with 24.04 LTS. - `prepareUbuntuInstanceForITests.sh` installs the required packages for the csaf integration tests on a naked Ubuntu LTS amd64. @@ -8,9 +8,9 @@ and configures nginx for serving TLS connections. - `TLSClientConfigsForITest.sh` generates client certificates by calling `createCCForITest.sh` which uses the root certificate initialized before with `createRootCAForITest.sh`. It configures nginx to enable the authentication with client certificate. (This assumes that the same folder name is used to create the root certificate) -- `setupProviderForITest.sh` builds the csaf_provider, writes the required nginx configurations and create the initial folders. IT calls `uploadToProvider.sh` to upload some csaf example files to the provider. +- `setupProviderForITest.sh` builds the `csaf_provider`, writes the required nginx configurations and create the initial folders. IT calls `uploadToProvider.sh` to upload some csaf example files to the provider. -As creating the folders needs to authenticate with the csaf_provider, the configurations of TLS server and Client certificate authentication should be set. So it is recommended to call the scripts in this order: `TLSConfigsForITest.sh`, `TLSClientConfigsForITest.sh`, `setupProviderForITest.sh` +As creating the folders needs to authenticate with the `csaf_provider`, the configurations of TLS server and Client certificate authentication should be set. So it is recommended to call the scripts in this order: `TLSConfigsForITest.sh`, `TLSClientConfigsForITest.sh`, `setupProviderForITest.sh` Calling example (as user with sudo privileges): ``` bash