@@ -214,12 +214,19 @@ Usage:
214214 netbootd server [ flags]
215215
216216Flags:
217- -a, --address string IP address to listen on (DHCP, TFTP, HTTP)
218- -r, --api-port int HTTP API port to listen on (default 8081)
219- -h, --help help for server
220- -p, --http-port int HTTP port to listen on (default 8080)
221- -i, --interface string interface to listen on, e.g. eth0 (DHCP)
222- -m, --manifests string load manifests from directory
217+ -a, --address string IP address to listen on (DHCP, TFTP, HTTP)
218+ -r, --api-port int HTTP API port to listen on (default 8081)
219+ --api-tls-cert string Path to TLS certificate API
220+ --api-tls-key string Path to TLS certificate for API
221+ -h, --help help for server
222+ -p, --http-port int HTTP port to listen on (default 8080)
223+ -i, --interface string interface to listen on, e.g. eth0 (DHCP)
224+ -m, --manifests string load manifests from directory
225+
226+ Global Flags:
227+ -d, --debug enable debug logging
228+ --disable-journal-logger disable zerolog journald logger
229+ --trace enable trace logging
223230```
224231
225232Run e.g. `./netbootd --trace server -m ./examples/`
0 commit comments