commit | c78d791eb1fa9d12e987e7b1ad885ada92d0757a | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@linux.intel.com> | Wed Oct 30 10:06:55 2019 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Nov 01 15:31:16 2019 +0000 |
tree | 6d26e915f58c96f4fe9ab670b6c4853fdc8ff625 | |
parent | 0ff64dc2cd3a15b4204a477ad2eb5219d66e6110 [diff] |
Update the MAINTAINERS Remove Ed and add Jason. Change-Id: I081649205aa25160969605e902b2f72f2214ab71 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.