commit | c3c03fde3112bfaff25eaff296cc3a74a3648192 | [log] [tgz] |
---|---|---|
author | Joseph Reynolds <joseph-reynolds@charter.net> | Tue May 19 18:25:07 2020 -0500 |
committer | Joseph Reynolds <joseph-reynolds@charter.net> | Wed May 20 18:03:52 2020 +0000 |
tree | 045e581c0c2a27228157db02834cd8119365c8f8 | |
parent | 6bd5a8d2f6acb79a16c4d514ffd1da6b8c5b97d7 [diff] |
update to ManagerAccount.v1_3_0 The PasswordChangeRequired commit did not pass the Redfish validator. It uses the ManagerAccount.PasswordChangeRequired property which was added in 1_3_0. Tested: Passed the Redfish Service Validator Signed-off-by: Joseph Reynolds <joseph-reynolds@charter.net> Change-Id: Icb3bacd887c018baad107c22ddd7623243232339
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.