*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
| Expand | ||
|---|---|---|
| ||
Check if you have sp-signing-cert.pem and sp-encrypt-cert.pem in /etc/shibboleth directory. If they are not there, generate them. shib-keygen -n sp-signing -h yourServername -y 10 (your servername will be the CN of the certificate) shib-keygen -n sp-encrypt -h yourServername -y 10 |
...