Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/guides/medium/output_https.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading