Remove certificate manager recipe for nginx

nginx is not supported same will be replaced by bmcweb

Removed certificate manager service file and configuration file

Change-Id: Ibb67b137a1e3034be2e02a347d5b625d0cdffdab
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
diff --git a/recipes-phosphor/certificate/phosphor-nginx-cert-config.bb b/recipes-phosphor/certificate/phosphor-nginx-cert-config.bb
deleted file mode 100644
index 93fc49f..0000000
--- a/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/recipes-phosphor/certificate/phosphor-nginx-cert-config/obmc/cert/nginx b/recipes-phosphor/certificate/phosphor-nginx-cert-config/obmc/cert/nginx
deleted file mode 100644
index 62d8760..0000000
--- a/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