Hi,everyone.I got an error:Caused by: SimpleSAML_Error_Exception: saml20-idp-hosted/'idp-test-yxcloud': Could not find PEM encoded certificate in "D:\Apache24\simplesamlphp/cert/testSP-SPCertificate.cer";
But it find the privatekey file in the same dir.
My saml20-idp-hosted.php :
$metadata['idp-test-yxcloud'] = array(
'host' => 'localhost',
'privatekey' => 'testSP-IdpKey.pfx',
'privatekey_pass' => 'password',
'certificate' => 'testSP-SPCertificate.cer',
'auth' => 'ldap-yxcloud-com',
'SingleSignOnServiceBinding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
'SingleLogoutServiceBinding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
}
Who can help me to resolve this problem?Please!