We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dbb88 commit ded0557Copy full SHA for ded0557
README.md
@@ -162,7 +162,7 @@ publish that X.509 certificate on Service Provider metadata.
162
If you want to create self-signed certs, you can do it at the https://www.samltool.com/self_signed_certs.php service, or using the command:
163
164
```bash
165
-openssl req -new -x509 -days 3652 -nodes -out sp.crt -keyout saml.key
+openssl req -new -x509 -days 3652 -nodes -out sp.crt -keyout sp.key
166
```
167
168
#### demo-flask ####
0 commit comments