| commit | 3cf8ea3c737098239c9392d991f6ef742ba67061 | [log] [tgz] |
|---|---|---|
| author | Jason M. Bills <jason.m.bills@linux.intel.com> | Tue Oct 08 11:43:32 2019 -0700 |
| committer | Jason Bills <jason.m.bills@linux.intel.com> | Tue Oct 29 18:42:47 2019 +0000 |
| tree | 59c92ca9181b0d21053fa9b9d9d4ed4a89d0a714 | |
| parent | 53d9a6668f7d20c46aea33d5163a143ccf35e643 [diff] |
Simplify the OnDemand Crashdump return data Tested: Ran an on-demand crashdump and confirmed that the output is correct. Change-Id: I993a36d3a6966433cbc6ede9e2d0702b319e3fd0 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
This component attempts to be a "do everything" embedded webserver for openbmc.
At this time, the webserver implements a few interfaces:
BMCWeb is configured by setting -D flags that correspond to options in bmcweb/CMakeLists.txt and then compiling. For example, cmake -DBMCWEB_ENABLE_KVM=NO ... followed by make. The option names become C++ preprocessor symbols that control which code is compiled into the program.
When BMCWeb starts running, it reads persistent configuration data (such as UUID and session data) from a local file. If this is not usable, it generates a new configuration.
When BMCWeb SSL support is enabled and a usable certificate is not found, it will generate a self-sign a certificate before launching the server. The keys are generated by the prime256v1 algorithm. The certificate
C=US, O=OpenBMC, CN=testhost,SHA-256 algorithm.