*添加脚本tarball.sh,生成安装包

*修改当Maat无初始化时,证书签发失败
This commit is contained in:
fengweihao
2018-11-13 10:31:21 +08:00
parent c0dd5d1d3f
commit e125afd91d
8 changed files with 73 additions and 30 deletions

View File

@@ -27,7 +27,7 @@
#if 0
#define CERT_BASIC_CFG "/home/ceiec/certstore_run/conf/cert_store.ini"
#else
#define CERT_BASIC_CFG "../conf/cert_store.ini"
#define CERT_BASIC_CFG "./conf/cert_store.ini"
#endif
static char* cert_revision() { return (CERT_GIT_RELEASE); }
@@ -42,7 +42,7 @@ static int run_mode;
static void help()
{
printf("Welcome to CertStor %s\n", cert_revision());
printf("Welcome to CertStore %s\n", cert_revision());
printf("cert_store <--normal|--daemon>\n"
"Usage:\n"
" --normal | Run the program in normal mode\n"