jesec/flood

How to configure FLOOD HTTPS/SSL connections with signed certificates

hepf68 opened this issue · 2 comments

Type: Documentation Issue

Summary

I have read all the flood on docker documentation but I didn't find any config info about HTTPS/SSL activation.
Can you explain how to activate https on flood and where we must place the signed digital certificates?

Best Regards,
hepf68

You need to add the --ssl argument to the command line.

Then you need your private key (key.pem) and your certificate full chain (fullchain.pem) in the runtime folder (default is ~/.local/share/flood), according to the command line help:

      --ssl          Enable SSL, key.pem and fullchain.pem needed in runtime
                     directory                        [boolean] [default: false]
trim21 commented

Use --sslcert and --sslkey to specify location of ssl cert and key file path