Dear Maintainer,
in the infinoted manpage one reads:
-c, --config-file=CONFIG-FILE
Load the given configuration file instead of looking at the
standard locations.
[...]
-c, --certificate-file=CERTIFICATE-FILE
The server's certificate
The program interpreters -c as --certificate-file, but at a glance it's
very easy to try to use it for --config-file, leading to unexpected and
hard to debug failures.
infinoted --help only shows -c for --certificate-file and does not list
any option for --config-file (which would be pretty convenient to have).
Thanks in advance