commit | a9cbc9cd3c957996831d731ad50c69f920ab065b | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Thu Oct 24 09:58:39 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Mon Nov 11 20:33:33 2019 +0000 |
tree | 1ee5b9903e180804a9eddbc8dc3275d1f552166c | |
parent | f12a13bd3ff1412d79321df91a4db9fcc5a84f6c [diff] |
Fix tabbing in CMakeLists.txt In a recent format, the tabbing was made strange tabbing decisions. Luckily, cmake-format doesn't change them after the fact when re-run, so fix it. Signed-off-by: Ed Tanous <ed.tanous@intel.com> Change-Id: I95f21f47f84a917a1104d92f8f55603c70cd927c
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.