Skip to content

Instantly share code, notes, and snippets.

@microadam
Created October 2, 2019 11:57
Show Gist options
  • Save microadam/9d505d27226ca48513e8723270e95348 to your computer and use it in GitHub Desktop.
Save microadam/9d505d27226ca48513e8723270e95348 to your computer and use it in GitHub Desktop.
Generate SAML Cert
openssl genrsa -out saml.pem 1024
openssl req -new -key saml.pem -out saml.csr
openssl x509 -req -in saml.csr -signkey saml.pem -out saml.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment