catalyst / moodle-auth_saml2

SAML done 100% in Moodle, fast, simple, secure
https://moodle.org/plugins/auth_saml2
70 stars 132 forks source link

SP Certificate Path Issue on Windows #684

Open teejayturner opened 2 years ago

teejayturner commented 2 years ago

When I attempt to collect the SP certificate details, it says I can collect it from this path - which appears to contain a combination of forward and backwards slashes. The certificate does not appear anywhere else.

image C:\MoodleWindowsInstaller-latest-311\server\moodledata/saml2/moodle.xxxxxx.net.crt

I'm using: Windows Server 2019 Moodle 3.11 SAML Plugin 2022032200

I saw some mentions of similar issues that looked to have been closed (from 2016)

brendanheywood commented 2 years ago

The certificate file is more or less an internal implementation detail, you should not need to interact with it directly. Why do you want it? In any case just swap the slashes around and the path should still be correct either way.