Update README.md

This commit is contained in:
Deepak Prabhakara 2024-04-03 19:11:16 +01:00 committed by GitHub
parent b9cc2020a8
commit 63fa69804f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,7 @@ docker run \
-d boxyhq/mock-saml -d boxyhq/mock-saml
``` ```
Refer to [env.example](https://github.com/boxyhq/mock-saml/blob/main/.env.example#L5C3-L5C97) for instructions on how to create the key pair.
Replace `<PUBLIC_KEY>` with Base64 encoded value of public key. Replace `<PUBLIC_KEY>` with Base64 encoded value of public key.
Replace `<PRIVATE_KEY>` with Base64 encoded value of private key. Replace `<PRIVATE_KEY>` with Base64 encoded value of private key.