From 3a8562058c36121a93b8b04021f873ea06c29005 Mon Sep 17 00:00:00 2001 From: Nuno Aguiar Date: Fri, 24 Oct 2025 14:53:56 +0100 Subject: [PATCH] Add note about installing Bouncy Castle for HTTPS certificates --- docs/guides/medium/output_https.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guides/medium/output_https.md b/docs/guides/medium/output_https.md index 79df9ea..1ebe4a9 100644 --- a/docs/guides/medium/output_https.md +++ b/docs/guides/medium/output_https.md @@ -26,6 +26,8 @@ Enter text: Encrypted text: 797AD06F0FB6E1E6F4B17EB182670494D3EA259B24245847062CCA0C5D023F26 ```` +> **Note:** When using newer versions of OpenAF together with Java 21 or later, generating the certificate might require the Bouncy Castle provider. You can install it by running `opack install bouncycastle` before executing the commands above. + And then edit the HTTP plug, for example as 00.http.yaml: ````yaml