summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorMarri Devender Rao <devenrao@in.ibm.com>2019-03-13 08:14:50 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-03-26 08:04:00 -0400
commite5a1da7686ffb075d3dac73d0d7cc4004922e848 (patch)
tree5a0117b4b1d0430d62df8ac9a2f99ba8b62df8c2 /meta-phosphor
parentebe8cf59c9e06810e104a99c5d0079673b8cb6c9 (diff)
downloadtalos-openbmc-e5a1da7686ffb075d3dac73d0d7cc4004922e848.tar.gz
talos-openbmc-e5a1da7686ffb075d3dac73d0d7cc4004922e848.zip
Remove certificate manager recipe for nginx
nginx is not supported same will be replaced by bmcweb Removed certificate manager service file and configuration file (From meta-phosphor rev: df947512e69e2a5a949d4a6dc8eaa93ab961a439) Change-Id: I3b856ced972f7494048317d1f28d321aef02f8c0 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/certificate/phosphor-nginx-cert-config.bb15
-rw-r--r--meta-phosphor/recipes-phosphor/certificate/phosphor-nginx-cert-config/obmc/cert/nginx12
2 files changed, 0 insertions, 27 deletions
diff --git a/meta-phosphor/recipes-phosphor/certificate/phosphor-nginx-cert-config.bb b/meta-phosphor/recipes-phosphor/certificate/phosphor-nginx-cert-config.bb
deleted file mode 100644
index 93fc49f68..000000000
--- a/meta-phosphor/recipes-phosphor/certificate/phosphor-nginx-cert-config.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "Phosphor certificate manager configuration for an nginx certificate"
-
-PR = "r1"
-
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/LICENSE;md5=19407077e42b1ba3d653da313f1f5b4e"
-
-RRECOMMENDS_${PN} = "phosphor-certificate-manager"
-
-inherit allarch
-inherit obmc-phosphor-systemd
-
-SYSTEMD_SERVICE_${PN} = ""
-SYSTEMD_ENVIRONMENT_FILE_${PN} = "obmc/cert/nginx"
-SYSTEMD_LINK_${PN} = "../phosphor-certificate-manager@.service:${SYSTEMD_DEFAULT_TARGET}.wants/phosphor-certificate-manager@nginx.service"
diff --git a/meta-phosphor/recipes-phosphor/certificate/phosphor-nginx-cert-config/obmc/cert/nginx b/meta-phosphor/recipes-phosphor/certificate/phosphor-nginx-cert-config/obmc/cert/nginx
deleted file mode 100644
index 62d8760fe..000000000
--- a/meta-phosphor/recipes-phosphor/certificate/phosphor-nginx-cert-config/obmc/cert/nginx
+++ /dev/null
@@ -1,12 +0,0 @@
-#REST URI endpoint
-#example: /xyz/openbmc_project/certs/server/https
-ENDPOINT=https
-
-#Path for the certificate file
-CERTPATH=/etc/ssl/certs/nginx/cert.pem
-
-#Units to restart
-UNIT=nginx.service
-
-#Type of the service client/server
-TYPE=server
OpenPOWER on IntegriCloud