Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 17eb5ab

Browse files
author
Billy Clark
committed
not needed
1 parent 18c7a24 commit 17eb5ab

File tree

7 files changed

+2
-103
lines changed

7 files changed

+2
-103
lines changed

development/hub/cert/ssp-hub.crt

Lines changed: 0 additions & 23 deletions
This file was deleted.

development/hub/cert/ssp-hub.pem

Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22
$metadata['ssp-hub.local'] = [
33
'host' => 'ssp-hub.local',
4-
'privatekey' => 'ssp-hub.pem',
5-
'certificate' => 'ssp-hub.crt',
64
'auth' => 'hub-discovery',
7-
];
5+
];

development/idp1/cert/ssp-hub-idp1.crt

Lines changed: 0 additions & 23 deletions
This file was deleted.

development/idp1/saml20-idp-hosted.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
$metadata['http://ssp-hub-idp1.local:8085'] = [
33
'host' => '__DEFAULT__',
44
'privatekey' => 'ssp-hub-idp1.pem',
5-
'certificate' => 'ssp-hub-idp1.crt',
65
'auth' => 'admin',
7-
];
6+
];

development/idp2/cert/ssp-hub-idp2.crt

Lines changed: 0 additions & 23 deletions
This file was deleted.

development/idp2/saml20-idp-hosted.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
$metadata['http://ssp-hub-idp2.local:8086'] = [
66
'host' => '__DEFAULT__',
77
'privatekey' => 'ssp-hub-idp2.pem',
8-
'certificate' => 'ssp-hub-idp2.crt',
98
'auth' => 'example-userpass',
109
'authproc' => [
1110
10 => [

0 commit comments

Comments
 (0)