ZcashFoundation / frost-zcash-demo

A CLI demo for trusted dealer key generation with Frost
Apache License 2.0
7 stars 5 forks source link

Add https support to server #307

Open conradoplg opened 2 months ago

conradoplg commented 2 months ago

The server should only use https. We'll need to support it and switch the existing client code to use it.

We might want to add a insecure flag to disable it for testing purposes.

(Tip: we can use https://github.com/FiloSottile/mkcert when testing)