1#pragma once 2 3/* The DBus busname to own */ 4#define BUSNAME "xyz.openbmc_project.Certs.Manager" 5 6/* The certifiicate manager DBus root */ 7#define OBJPATH "/xyz/openbmc_project/certs" 8 9/* The CSR file */ 10#define CSR_FILE_NAME "domain.csr" 11 12/* The private key file. */ 13#define PRIV_KEY_FILE_NAME "privkey.pem" 14 15/* The rsa private key file. */ 16#define RSA_PRIV_KEY_FILE_NAME ".rsaprivkey.pem" 17 18/* Authority certificates limit. */ 19#define AUTHORITY_CERTIFICATES_LIMIT @authority_limit@ 20