Closed
Description
Users can specify paths of the cert and its key inconfig.yaml
if HTTPS is enabled, instead of using--cert
and--cert-key
.In theDocument that generated self signed certificates go into the data directorydoc
directory, I can't find a documentation explaining entries inconfig.yaml
. Luckily, now theconfig.yaml
has a very small number of entries. However, the lack of documentation is always confusing, especially after the file becomes complicated in the future.
BTW, I have another question: When HTTPS is enabled but the --cert
argument is not used, which certificate will be used?
Thanks.