Skip to content

Commit c38d868

Browse files
committed
Update SHIBBOLETH.md
1 parent 4573e9a commit c38d868

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/SHIBBOLETH.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ will produce encrypted assertions, as required e.g. by the "Interoperable SAML
4747
To deal with encrypted assertions, you need a pair of private key and X.509
4848
certificate. You can generate them using OpenSSL:
4949

50-
openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 365
50+
openssl req -x509 -nodes -newkey rsa:2048 -keyout key.pem -out cert.pem -days 365
5151

5252
and then copy key.pem and cert.pem in Settings the fields `spPrivateKey` and
5353
`spPublicCertificate` including the armour delimiters `----BEGIN *-----` and
@@ -76,8 +76,8 @@ installazion such as `$IDP_HOME/metadata/demo.xml`:
7676
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
7777
<ds:X509Data>
7878
<ds:X509Certificate>
79-
MIIBqTCCARICCQCbWvHIgIkD+DANBgkqhkiG9w0BAQQFADAZMRcwFQYDVQQDEw5w
80-
...
79+
MIIBqTCCARICCQCbWvHIgIkD+DANBgkqhkiG9w0BAQQFADAZMRcwFQYDVQQDEw5w
80+
...
8181
</ds:X509Certificate>
8282
</ds:X509Data>
8383
</ds:KeyInfo>

0 commit comments

Comments
 (0)