bwindels / wwwee

wwwee, the wee webserver: a small, robust, low-resource and fast web application server for low workloads (home server, personal cloud)
GNU General Public License v3.0
26 stars 1 forks source link

Create private key on startup if missing #20

Open bwindels opened 6 years ago

bwindels commented 6 years ago

Don't rely on a private key being present, but create one if needed and store on disk. Use https://bearssl.org/apidoc/bearssl__ec_8h.html#ae98b21797958ced991e4357b1aec6046. Just EC or also RSA?