kalix-systems/herald

Provide containerized server for easy self hosting

BaeoMaltinsky opened this issue · 3 comments

Provide containerized server for easy self hosting

Where should it get TLS cert from?

there is a docker container for generating self signed ssl certs. however we do have to include the openssl calls for generating APNS-certs once that functionality exists, so generating .pems will be a part of server start up anyhow. Is this totally insane?

the initial barebones docker file exists on its own branch, i'll push it to docker hub for simplicity once we ...

  • Add flags to the server executable for specifying ssl cert location, and APNS cert location
    -- self signed certs provided by rustls