tenox7 / wfm

Web File/Content Management Application
Apache License 2.0
60 stars 10 forks source link

Provide own certificate/key for https #48

Open HaraldR42 opened 1 year ago

HaraldR42 commented 1 year ago

Is there any way to provide my own certificate/key for https? Looking at the code (to my limited understanding) this is not possible. Or would it be possible by pre-populating the .cert dir? If yes, please tell me about file names/formats. Otherwise kindly accept it as a feature request. Thanks for the cool work!

tenox7 commented 1 year ago

It is possible but not just with the existing configuration options. It would require little bit of coding. Probably just a few lines.

tenox7 commented 7 months ago

apologies for a delay, I think this should be super easy to implement