From 5988e0e1a9653e4ad37d31d45dd8baa2115dc9d9 Mon Sep 17 00:00:00 2001 From: youngS Date: Sun, 12 Sep 2021 10:40:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E6=96=87=E4=BB=B6bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fir_ser/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fir_ser/config.py b/fir_ser/config.py index e1963b9..8ca5759 100644 --- a/fir_ser/config.py +++ b/fir_ser/config.py @@ -6,7 +6,7 @@ API_DOMAIN = "https://app.hehelucky.cn" WEB_DOMAIN = "https://app.hehelucky.cn" -MOBILEPROVISION = "https://ali-static.jappstore.com/embedded.mobileprovision" +MOBILEPROVISION = "https://ali-static.jappstore.com/embedded2.mobileprovision" class BASECONF(object): @@ -219,7 +219,7 @@ class SENDERCONF(object): class IPACONF(object): MOBILECONFIG_SIGN_SSL = { # 描述文件是否签名,默认是关闭状态;如果开启,并且ssl_key_path 和 ssl_pem_path 正常,则使用填写的ssl进行签名,否则默认不签名 - 'open': False, + 'open': True, 'ssl_key_path': '/data/cert/%s.key' % API_DOMAIN.split("://")[1], 'ssl_pem_path': '/data/cert/%s.pem' % API_DOMAIN.split("://")[1] }