File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33use 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
You can’t perform that action at this time.
0 commit comments