blob: 9b937f68e76036d3cae2a8e09cf4bb4984c4c4cf [file] [log] [blame]
Patrick Williamsbb939ea2021-12-03 15:41:02 -06001#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@