Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Iphone signature .mobileconfig file-HTTPS SSL tutorial

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

Iphone signature .mobileconfig file-HTTPS SSL tutorial

Company.mobileconfig unsigned mobileconfig file

Server.crt your server SSL certificate

Server.key your private key

Ca-bundle.crt, your root certificate chain.

Mobileconfig name signed by signed.mobileconfig

Sign the command:

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

Server settings:

Apache wants to add MIME

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

Nginx modifies mime.types

Application/x-apple-aspen-config .mobileconfig

Server-side development-PHP language:

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

Global trusted CA institutions

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report