blob: 62d8760fe64140cb0df06bfcac44a358436becf5 [file] [log] [blame]
Marri Devender Rao08b55912018-09-03 06:00:39 -05001#REST URI endpoint
2#example: /xyz/openbmc_project/certs/server/https
3ENDPOINT=https
4
5#Path for the certificate file
6CERTPATH=/etc/ssl/certs/nginx/cert.pem
7
8#Units to restart
9UNIT=nginx.service
10
11#Type of the service client/server
12TYPE=server