返回顶部
首页 > 资讯 > 精选 >iphone 签名.mobileconfig文件 – HTTPS SSL 教程
  • 561
分享到

iphone 签名.mobileconfig文件 – HTTPS SSL 教程

2023-06-04 17:06:47 561人浏览 薄情痞子
摘要

iphone 签名.mobileconfig文件 – https SSL 教程company.mobileconfig 未签名的mobileconfig文件server.crt 你的服务器SSL证书server.key&

iphone 签名.mobileconfig文件 – https SSL 教程

company.mobileconfig 未签名的mobileconfig文件

server.crt 你的服务器SSL证书

server.key 您的私钥

ca-bundle.crt 你的根证书链

signed.mobileconfig 签名过的mobileconfig名字

签名命令:

openssl smime -sign -in company.mobileconfig -out signed.mobileconfig -signer server.crt -inkey server.key -certfile ca-bundle.crt -outfORM der -nodetach

服务器设置:

apache 要添加MIME

AddType application/x-apple-aspen-config .mobileconfig

Nginx 修改mime.types

application/x-apple-aspen-config .mobileconfig

服务器端开发PHP语言:

header('Content-type: application/x-apple-aspen-config; chatset=utf-8');header('Content-Disposition: attachment; filename="company.mobileconfig"');echo $mobileconfig;

iphone 签名.mobileconfig文件 – HTTPS SSL 教程

全球可信CA机构

--结束END--

本文标题: iphone 签名.mobileconfig文件 – HTTPS SSL 教程

本文链接: https://lsjlt.com/news/238900.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作