简体   繁体   English

创建SSL本地网络以从本地下载iOS应用

[英]Creating SSL Local network for downloading an iOS app from local

I want to create a local SSL network to download an IPA file from it. 我想创建一个本地SSL网络以从中下载IPA文件。 What should I do? 我该怎么办?

I have a manifest.plist file and a application.ipa file and I put that on a website recently and it worked fine(download and install on iOS). 我有一个manifest.plist文件和一个application.ipa文件,我最近将其放在网站上,并且工作正常(在iOS上下载并安装)。

itms-services://?action=download-manifest&url=https://mywebsite/manifest.plist

I want to give a local service to my customers so I should have a https://mylocaladdress . 我想给客户提供本地服务,所以我应该有一个https:// mylocaladdress

I have a mikrotik router and a lot of problems. 我有一个mikrotik路由器,有很多问题。

Could I create that local network? 我可以创建该本地网络吗? If yes how? 如果是,怎么办?

As long as your router can server HTTPS-requests, this should "just work", as long as the router address is fixed. 只要您的路由器可以处理HTTPS请求,只要路由器地址是固定的,它就应该“起作用”。

So you might need a (self-signed?) certificate on the router 因此,您可能需要路由器上的(自签名?)证书

Remember that you'd also have to modify the manifest.plist file -- this is typically in XML format -- so that it links to the .ipa Installation file (as well as some links to icons) on the router. 请记住,您还必须修改manifest.plist文件(通常是XML格式),以便它链接到路由器上的.ipa安装文件(以及一些图标链接)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM