- Added full registration config and statefile path parameters on elemental-register
- Remove support for multiple configuration files
- Added (hardcoded) timer to skip registration updates for 24 hours
- Store emulated TPM seed for future registration updates
- Exit with error code in case of failures (systemd will manage restarts)
- Use virtual filesystem where possible
Previously httpfy only allowed to serve a dir and if the passed path to
serve (specified with '-d') was a file, it returned an error.
Now, if the user specifies a path to serve, and the path is a file,
httpfy will always return that file.
Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
When the timeout elapsed no more connections will be accepted.
Any active connection will be completed and then the program will exit.
Related to: #397
Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>