Skip to content

Commit 7725547

Browse files
committed
Fix test-cert directory
1 parent 22c81ee commit 7725547

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/metadata/adfs-idp-hosted.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
use SimpleSAML\XMLSecurity\TestUtils\PEMCertificatesMock;
44

5-
$certDir = dirname(__DIR__, 2) . '/vendor/simplesamlphp/xml-security' . PEMCertificatesMock::CERTIFICATE_DIR_RSA;
5+
$certDir = dirname(__DIR__, 2) . '/vendor/simplesamlphp/xml-security' . PEMCertificatesMock::CERTIFICATE_DIR;
66
$metadata['__DYNAMIC:1__'] = [
77
'host' => '__DEFAULT__',
88
'privatekey_pass' => '1234',
9-
'privatekey' => $certDir . '/' . PEMCertificatesMock::SELFSIGNED_PRIVATE_KEY_PROTECTED,
10-
'certificate' => $certDir . '/' . PEMCertificatesMock::SELFSIGNED_PUBLIC_KEY,
9+
'privatekey' => $certDir . '/' . PEMCertificatesMock::PRIVATE_KEY,
10+
'certificate' => $certDir . '/' . PEMCertificatesMock::PUBLIC_KEY,
1111
// Some WS-Fed relying parties applications set the session lifetime to the assertion lifetime
1212
// 'assertion.lifetime' => 3600,
1313

0 commit comments

Comments
 (0)