Skip to content

Instantly share code, notes, and snippets.

@sathishshan
Created May 20, 2024 13:13
Show Gist options
  • Save sathishshan/050e96df490e82f6d115f504323e74a2 to your computer and use it in GitHub Desktop.
Save sathishshan/050e96df490e82f6d115f504323e74a2 to your computer and use it in GitHub Desktop.
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