phosphor-certificate-manager: Add recipe and certificate service

Add recipe and service files to start/stop nginx and nslcd services

To start/stop nginx service use
systemctl stop phosphor-certificate-manager@nginx.service
systemctl start phosphor-certificate-manager@nginx.service

To start/stop nslcd service use
systemctl stop phosphor-certificate-manager@nslcd.service
systemctl start phosphor-certificate-manager@nslcd.service

Change-Id: I81c544ea9290792df0d9d2e5afb4ea2614f8e306
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/recipes-phosphor/certificate/phosphor-nginx-cert-config/obmc/cert/nginx b/recipes-phosphor/certificate/phosphor-nginx-cert-config/obmc/cert/nginx
new file mode 100644
index 0000000..62d8760
--- /dev/null
+++ b/recipes-phosphor/certificate/phosphor-nginx-cert-config/obmc/cert/nginx
@@ -0,0 +1,12 @@
+#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