diff options
| author | fengweihao <[email protected]> | 2018-11-16 14:43:36 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2018-11-16 14:43:36 +0800 |
| commit | e83df364a072a09152ea9b2a5ab0dadf0c4b15a8 (patch) | |
| tree | 9e28fa68ee28a7d8400706a4c648aae6599b8c0d /src/script/tarball.sh | |
| parent | b07c3182b48e830db092384e5b70d4839d217382 (diff) | |
1.修改生成安装包文件名
2.修改生成实体证书脚本,增加SAN
Diffstat (limited to 'src/script/tarball.sh')
| -rw-r--r-- | src/script/tarball.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/script/tarball.sh b/src/script/tarball.sh index d890d85..361d2b4 100644 --- a/src/script/tarball.sh +++ b/src/script/tarball.sh @@ -1,5 +1,7 @@ -X=CertStore-Base-$2 +#X=CertStore-Base-$2 +X=certstore +typeset -l version version=`lsb_release -i -s` version_id=`lsb_release -r -s` machine=`uname -m` @@ -19,7 +21,7 @@ do_copy(){ cp ../conf/ $X -rf cp ../ca/* $X/cert cp ../rule/ $X -rf - cp ../src/cert_store $X/certstore1.0 + cp ../src/cert_store $X/certstore cp ../src/package/* $X cp ../src/script/signssl.sh $X/tool cp ../src/script/x509 $X/tool |
