commit | 3d8338012c31ed7e4c8dea56ad14ea037fe7902a | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Jun 01 07:14:39 2020 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Jun 01 07:14:39 2020 -0500 |
tree | d5bf2ec2d98d4c896ef22ac9fc1f624c18d89e03 | |
parent | 1bf712bcd6b8d06a5d412cdf03cdc05cb6d25901 [diff] |
sdbusplus: use meson build Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3591e03c4f357efe19d6809c7456a00cc412b201
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 secp384r1
algorithm. The certificate
C=US, O=OpenBMC, CN=testhost
,SHA-256
algorithm.