| commit | e7d68c386fbaae4e4c9cdefc2f7648a0608e38c0 | [log] [tgz] | 
|---|---|---|
| author | Ravi Teja <raviteja28031990@gmail.com> | Sun Mar 15 13:30:41 2020 -0500 | 
| committer | Ravi Teja <raviteja28031990@gmail.com> | Thu May 28 18:10:06 2020 +0000 | 
| tree | 14d1df2b878a8b2f7b1cbf8d88d4392c858aa4b0 | |
| parent | fd9ab9e1cfca7b9fb31eb6d29b4468fdb0f515de [diff] | 
Redfish:Define new Oem schemas for dump Implemented Oem schemas for extending LogService and LogEntry Testing: redfish validator passed. Change-Id: I89a76cf3bd991b36a6aa48871f25d03fbbe30f66 Signed-off-by: Ravi Teja <raviteja28031990@gmail.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 secp384r1 algorithm.  The certificate
C=US, O=OpenBMC, CN=testhost,SHA-256 algorithm.