SAML-Toolkits / python3-saml

MIT License
670 stars 302 forks source link

introduce custom filenames for idp/sp cert/key #395

Open do9xe opened 4 months ago

do9xe commented 4 months ago

This PR introduces the possibility to have custom filenames for the service provider certificate and key, as well for the IdP cert.

Background When deploying code in production environments it is common to have a dedicated folder for certificates. Especially if a server is hosting several services this folder also can contain several certificates. Having a custom filename enhances usability for administrators and gives the user more flexibility.

about this PR

Tests I ran all tests and all relevant tests passed, except for two of them, but reason for this is Windows using a different path separator and I didn't want to change the tests also.

do9xe commented 4 months ago

Any further comments or can we merge this?

do9xe commented 3 months ago

What's the status here? Can this be merged or does this patch need some additional work?