Open
Description
Hi
is there posibility to set key_file
and cert_file
content in configuration instead of path?
my application is runing inside docker, so this files are not stored on local filesystem,
but i can set it from outside via variable in os.environ
probably i could do some workaround, and save content into file temp file and set this file,
before saml2 config is parsed
but i am asking here, if there is any natural way how to set content of key instead of path to key file
thanks for any reply