summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/certificate/phosphor-bmcweb-cert-config
diff options
context:
space:
mode:
authorMarri Devender Rao <devenrao@in.ibm.com>2019-03-13 16:26:46 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-25 14:57:40 +0300
commit6fd3620df6ebc3d845f3b729e01f69eabcb5a166 (patch)
treefe1aa1809a4f78e3ee9d99b8b60622314012a758 /meta-phosphor/recipes-phosphor/certificate/phosphor-bmcweb-cert-config
parent824feca0fa5bfde63e953d914812f97a2e102e48 (diff)
downloadopenbmc-6fd3620df6ebc3d845f3b729e01f69eabcb5a166.tar.xz
Add certificate manager instance for bmcweb
Added bitbake recipe to instantiate phoshor-certificate-manager service for bmcweb certificates. Caters for installing/replacing of bmcweb certificates. Specifying instance arguments through env file Tested: 1) Verified phosphor-certificate-manger instance for bmcweb is running 2) Verified Installing, Replacing of certificates using Redfish (From meta-phosphor rev: b0e77acb579523dfa706a545c86b1c2469692adc) Change-Id: Ifb4c8ac7e34f57a652f72eff1a0ef568a6348124 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/certificate/phosphor-bmcweb-cert-config')
-rw-r--r--meta-phosphor/recipes-phosphor/certificate/phosphor-bmcweb-cert-config/env12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/certificate/phosphor-bmcweb-cert-config/env b/meta-phosphor/recipes-phosphor/certificate/phosphor-bmcweb-cert-config/env
new file mode 100644
index 000000000..af4899a30
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/certificate/phosphor-bmcweb-cert-config/env
@@ -0,0 +1,12 @@
+#D-Bus object path
+#example: /xyz/openbmc_project/certs/server/https
+ENDPOINT=https
+
+#Path for the certificate file
+CERTPATH=/etc/ssl/certs/https/server.pem
+
+#Units to restart
+UNIT=bmcweb.service
+
+#Type of the service client/server
+TYPE=server