Created
May 20, 2024 13:13
-
-
Save sathishshan/050e96df490e82f6d115f504323e74a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Generate a certificate for the SAML app | |
openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout privateKey.key -out certificate.crt | |
Refs: | |
https://faq.miniorange.com/knowledgebase/can-generate-certificate-saml-app/ | |
https://stackoverflow.com/questions/48397927/where-to-get-a-saml-certificate | |
https://www.samltool.com/self_signed_certs.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment