Skip to content

Commit ded0557

Browse files
authored
Update README.md
Update self-sign certificate example to use ``sp.key`` since that is the hard-coded filename that must be used.
1 parent 03dbb88 commit ded0557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ publish that X.509 certificate on Service Provider metadata.
162162
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:
163163

164164
```bash
165-
openssl req -new -x509 -days 3652 -nodes -out sp.crt -keyout saml.key
165+
openssl req -new -x509 -days 3652 -nodes -out sp.crt -keyout sp.key
166166
```
167167

168168
#### demo-flask ####

0 commit comments

Comments
 (0)