From e5a1da7686ffb075d3dac73d0d7cc4004922e848 Mon Sep 17 00:00:00 2001 From: Marri Devender Rao Date: Wed, 13 Mar 2019 08:14:50 -0500 Subject: 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 Signed-off-by: Brad Bishop --- .../certificate/phosphor-nginx-cert-config.bb | 15 --------------- .../phosphor-nginx-cert-config/obmc/cert/nginx | 12 ------------ 2 files changed, 27 deletions(-) delete mode 100644 meta-phosphor/recipes-phosphor/certificate/phosphor-nginx-cert-config.bb delete mode 100644 meta-phosphor/recipes-phosphor/certificate/phosphor-nginx-cert-config/obmc/cert/nginx (limited to 'meta-phosphor/recipes-phosphor/certificate') 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 -- cgit v1.2.3