summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-05 15:31:14 +0300
committerEd Tanous <ed.tanous@intel.com>2019-04-10 19:18:51 +0300
commit85d2bb5b16beb18571cac2841437e60bf7522bc1 (patch)
tree4b7994a1c098a0fc7d206d75eed86627433d2b6a /README.md
parent92e07bff901704475f4b91b21f2cb17b3fe171d2 (diff)
downloadbmcweb-85d2bb5b16beb18571cac2841437e60bf7522bc1.tar.xz
tls: Avoid Intel reference in in self-signed certs
A step towards upstream OpenBMC shipping free of any branding (other than OpenBMC branding) or company references. Tested: Did not test Change-Id: I4fea765949ff3ad94e3cd52fedec597a77db0e79 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e5e8ca1f48..9fb5d54304 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ 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
- - is issued by `C=US, O=Intel BMC, CN=testhost`,
+ - is issued by `C=US, O=OpenBMC, CN=testhost`,
- is valid for 10 years,
- has a random serial number, and
- is signed using the `SHA-256` algorithm.