diff options
author | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-11 10:18:10 +0200 |
---|---|---|
committer | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-11 10:18:10 +0200 |
commit | 8a0093d179926808400ebd025431331b3df77c81 (patch) | |
tree | a356da6019741f8321eec5dae9bdd4402d46d390 /README.md | |
parent | 1470cec3a1c8a99b91ef192e4e8fc11c36c21659 (diff) |
Adding keys to persistent volume
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -65,6 +65,10 @@ hlk@bujin:hlk$ cat /etc/hosts Then you should be able to go to: https://sp.nordu.dev/secure/ +Getting metadata out from the Apache SP +``` + curl -k https://sp.nordu.dev/Shibboleth.sso/Metadata > sp-metadata.xml +``` # Resources Links from Jesper Rosenkilde @@ -156,6 +160,12 @@ StaticPKIXX509Credential # Other Links +http://www.jeesty.com/shibboleth +Description of how Shibd works with Apache + + +https://github.com/nginx-shib/nginx-http-shibboleth +Maybe a working Nginx with Shibb? https://shibboleth.net/products/metadata-aggregator.html Metadata Aggregator provides a command line tool and REST-based web service to support publishers and consumers of metadata. |