diff --git a/.gitignore b/.gitignore index b029db0..c93fae0 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,3 @@ vendor/ .phpunit* *.cache *.pem -extend/Wechat/certs/* \ No newline at end of file diff --git a/extend/Wechat/certs/1636644248/apiclient_cert.p12 b/extend/Wechat/certs/1636644248/apiclient_cert.p12 new file mode 100644 index 0000000..b5df8dd Binary files /dev/null and b/extend/Wechat/certs/1636644248/apiclient_cert.p12 differ diff --git a/hospital-deploy.sh b/hospital-deploy.sh index ea00d92..563a0fa 100644 --- a/hospital-deploy.sh +++ b/hospital-deploy.sh @@ -139,7 +139,7 @@ upstream hospital { echo "$upstrame" > $nginx_upstrame # 复制证书 -cp -r /data/www/cret/wechat/pay/1636644248/ ./extend/Wechat/certs/ +#cp -r /data/www/cret/wechat/pay/1636644248/ ./extend/Wechat/certs/ #获取可用端口镜像数量 image=$(docker images "hospital-applets-api-$reload_port" | wc -l)