This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docpublic:systemes:simplesamlphpsp [2017/04/24 14:44] procacci@tem-tsp.eu [Metadata] |
docpublic:systemes:simplesamlphpsp [2019/08/08 18:13] (current) procacci@tem-tsp.eu [config] |
||
---|---|---|---|
Line 22: | Line 22: | ||
< | < | ||
- | + | [root@mu www]# wget https:// | |
- | [root@share www]# tar xvfz SimpleSAMLphp_1.14.12.tgz | + | [root@mu www]# tar xvfz simplesamlphp-1.17.5.tar.gz |
- | [root@share www]# ln -s simplesamlphp-1.14.12 simplesaml | + | [root@mu www]# ln -s simplesamlphp-1.17.5 simplesaml |
+ | [root@mu www]# chown apache simplesaml -R | ||
</ | </ | ||
Line 45: | Line 45: | ||
</ | </ | ||
+ | ===== config ===== | ||
+ | |||
+ | < | ||
+ | [root@mu simplesaml]# | ||
+ | [root@mu simplesaml]# | ||
+ | cp : voulez-vous écraser « config/ | ||
+ | </ | ||
+ | |||
+ | Modifier les valeurs suivantes dans config.php: | ||
+ | |||
+ | * ' | ||
+ | * secretsalt' | ||
+ | * ' | ||
+ | * ' | ||
+ | |||
+ | |||
+ | |||
+ | puis on passe au fichier qui décrit les différents SP, authsource.php, | ||
+ | < | ||
+ | cp -p config-templates/ | ||
+ | vim config/ | ||
+ | </ | ||
===== certificat ===== | ===== certificat ===== | ||