commit | 4c0625edfed3520f07460475bb335e3c23cb181c | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Fri Oct 18 09:12:12 2019 -0700 |
committer | Ed Tanous <ed.tanous@intel.com> | Fri Oct 18 16:22:11 2019 +0000 |
tree | a54fe65926440d1f06b4eb7a69291271fa59e35d | |
parent | c94ad49bc747e7a7170287b9f4c859e3638cf432 [diff] |
Fix Maintainers file Emails were wrong. Tested: N/A Change-Id: I5acfb64145ed33c5494e7577337d214815782865 Signed-off-by: James Feist <james.feist@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.