LionWeb-io / lionweb-repository

Reference implementation of LionWeb repository
Apache License 2.0
2 stars 1 forks source link

Add possibility to configure root certificate #62

Closed ftomassetti closed 2 weeks ago

ftomassetti commented 3 weeks ago

This may be needed to connect through SSL to Postgres. For example, this is needed to connect to an instance hosted on Digital Ocean.

I also correct a typo in a GitHub action and remove some commented out code.

ftomassetti commented 3 weeks ago

I also added the possibility to pass directly the value of the certificate and not the path to a file as it is more convenient to use in combination with Docker.

joswarmer commented 2 weeks ago

I have no idea how to work with SSL and certificates, so I just checked whether the code looks ok.

ftomassetti commented 2 weeks ago

Thank you @joswarmer . I am no expert either, but this worked for me :)