summaryrefslogtreecommitdiff
path: root/src/script/tarball.sh
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2018-11-16 14:43:36 +0800
committerfengweihao <[email protected]>2018-11-16 14:43:36 +0800
commite83df364a072a09152ea9b2a5ab0dadf0c4b15a8 (patch)
tree9e28fa68ee28a7d8400706a4c648aae6599b8c0d /src/script/tarball.sh
parentb07c3182b48e830db092384e5b70d4839d217382 (diff)
1.修改生成安装包文件名
2.修改生成实体证书脚本,增加SAN
Diffstat (limited to 'src/script/tarball.sh')
-rw-r--r--src/script/tarball.sh6
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