From 7b65aeaf853a54e90b1b9b0615725951bcedaaf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Walter?= Date: Tue, 11 Feb 2025 11:23:00 +0100 Subject: [PATCH 1/2] Add disclaimer for Windows Powershell --- docs/prerequisites-41d8559.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/prerequisites-41d8559.md b/docs/prerequisites-41d8559.md index b5dbcef..1774720 100644 --- a/docs/prerequisites-41d8559.md +++ b/docs/prerequisites-41d8559.md @@ -63,8 +63,9 @@ Go to *Applications & Resources*, choose *Applications*, and select your applica - Continue with one of the following options. **OPTION 1** is recommended, as it removes the need to specify the IdP SAML application's assertion/logout URL. - **OPTION 1:** Enable request signing. - Create a new signing certificate and private key in PKCS8 format. + ⚠️ The following bash script does not work with Windows Powershell. For Windows users the usage of Windows Subsystem for Linux (WSL) is recommended. - ``` + ```bash # generate a certificate and a private key in PKCS8 format with a reasonable validity openssl req -x509 -newkey rsa:2048 -keyout private.key -out cert.pem -nodes -days # add a password (encrypted) From d0273da9e64f723b06f8d7407dc269f038adefdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Walter?= Date: Tue, 11 Mar 2025 10:37:03 +0100 Subject: [PATCH 2/2] Update docs/prerequisites-41d8559.md --- docs/prerequisites-41d8559.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/prerequisites-41d8559.md b/docs/prerequisites-41d8559.md index 1774720..b61b1f8 100644 --- a/docs/prerequisites-41d8559.md +++ b/docs/prerequisites-41d8559.md @@ -63,7 +63,7 @@ Go to *Applications & Resources*, choose *Applications*, and select your applica - Continue with one of the following options. **OPTION 1** is recommended, as it removes the need to specify the IdP SAML application's assertion/logout URL. - **OPTION 1:** Enable request signing. - Create a new signing certificate and private key in PKCS8 format. - ⚠️ The following bash script does not work with Windows Powershell. For Windows users the usage of Windows Subsystem for Linux (WSL) is recommended. + ⚠️ The following script has to be executed using bash. ```bash # generate a certificate and a private key in PKCS8 format with a reasonable validity