Skip to content

Add disclaimer for Windows Powershell #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
3 changes: 2 additions & 1 deletion docs/prerequisites-41d8559.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 script has to be executed using bash.

```
```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 <validity>
# add a password (encrypted)
Expand Down
Loading