当前位置:网站首页>Make p12 certificate [easy to understand]
Make p12 certificate [easy to understand]
2022-07-02 15:45:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
establish App ID, Download the corresponding certificate , Double click certificate import mac, Export in the key chain p12 Certificate file . Using third-party push requires configuration p12 certificate . I remember publishing enterprises with enterprise certificates app Before packaging, I also imported p12 file , I do not know! p12 Whether it is necessary to use , But there's no problem importing them . Now the generation of Apple certificate , But the basic idea is the same , Be the same in essentials while differing in minor points . To generate an apple, first open Apple Developer website .
First click on Account Make a user name / Password login . As for Apple R & D certificate and release certificate, I made my early articles 《 Application and issuance of Apple certificate app》.MAC Of CSR For certificate making, see my previous article Make Apple Developer Certificate and MAC Of CSR certificate . Although the page changes a lot now , The general operation methods are still those .
Click on Certificates, Identifiers & Profiles Enter certificate management .
Click on App IDs You can see iOS App IDs. If you don't create yourself here app Of Bundle Identifier Corresponding App ID, Then click on this page ”+” establish .
Click on iOS App IDs The list corresponds to the one you want to generate p12 Of App ID, If you don't check Push Notifications, See the page above .
Click on Edit, If you don't check Push Notifications, See the page above .
Check Push Notifications, You can see the two yellow signs before you click Edit . Click Edit to see , Let you upload the blue highlighted text and button of the certificate .
Click on Creeate Certificate Button to see the above page .
Click on Continue Button
Click on Choose File Button , Select File , Click on Continue Button .
Only configuration Production SSL Certificate Of CSR The certificate shows the green activation status on the right , The text is displayed as Enabled, On the left is the Yellow status sign to be configured .
Configured with Production SSL Certificate and Development SSL Certificate Of CSR The certificate shows the green activation status on the right , The text is displayed as Enabled. Okay , The preparation and configuration before generating the certificate have been described above ,CSR The upload of the certificate is all introduced . Let's introduce , Download and generate certificates .
remember , To click Certificates Under the All,Development or Production. Not a little bit Provisioning Profiles Below All,Development or Distribution. I used to confuse these two certificates . You can see iOS Certificates list .
Select the certificate you want to download .Type The type is APNs Development iOS The code is the R & D certificate ,Apple Push Services On behalf of the production certificate . Click on Download Button to download the certificate . Download certificates generally mac Download folder , The official name is aps start , The suffix is cer. Find the downloaded certificate file , Double click Import Certificate to mac The computer , If your computer key chain is locked , You need to enter the password of the computer .
find Launchpad-> other -> Keychain access -> Click login -> Click Certificate -> Click where you need to export the certificate Apple Push Services certificate -> Right click mouse -> Select export from the pop-up menu ”Apple Push Services:**“.
Specify the certificate name , Click the store button .
Enter password and authentication . Click OK .
Enter the login password of your computer , Click allow to make p12 Certificate complete . You can copy this certificate to others or upload it to a push platform, such as a push p12 Where the papers are .
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/147653.html Link to the original text :https://javaforall.cn
边栏推荐
- 爱可可AI前沿推介(7.2)
- Demo of converting point cloud coordinates to world coordinates
- Loss function and positive and negative sample allocation: Yolo series
- PTA 天梯赛习题集 L2-001 城市间紧急救援
- [leetcode] 1254 - count the number of closed Islands
- [leetcode] 977 - carré du tableau ordonné
- Astra: could not open "2bc5/ [email protected] /6“: Failed to set USB interface
- [leetcode] 486 predict winners
- 蚂蚁集团大规模图计算系统TuGraph通过国家级评测
- 动态规划入门一,队列的bfs(70.121.279.200)
猜你喜欢

Party History Documentary theme public welfare digital cultural and creative products officially launched

Leetcode skimming -- incremental ternary subsequence 334 medium

Loss function and positive and negative sample allocation: Yolo series

Thoroughly understand browser strong cache and negotiation cache

Bing. Site Internet

(Video + graphic) machine learning introduction series - Chapter 5 machine learning practice

Comparison between rstan Bayesian regression model and standard linear regression model of R language MCMC

Soul torture, what is AQS???

爱可可AI前沿推介(7.2)

LeetCode刷题——奇偶链表#328#Medium
随机推荐
6091. Divide the array so that the maximum difference is K
Pyobject to char* (string)
【LeetCode】1020-飞地的数量
Finally, I understand the event loop, synchronous / asynchronous, micro task / macro task, and operation mechanism in JS (with test questions attached)
彻底弄懂浏览器强缓存和协商缓存
Moveit 避障路径规划 demo
【LeetCode】344-反转字符串
Some problems about pytorch extension
微信支付宝账户体系和支付接口业务流程
SQL stored procedure
Leetcode skimming -- count the number of numbers with different numbers 357 medium
【LeetCode】577-反转字符串中的单词 III
《大学“电路分析基础”课程实验合集.实验七》丨正弦稳态电路的研究
【LeetCode】1905-统计子岛屿
Fiddler实现手机抓包——入门
爱可可AI前沿推介(7.2)
睿智的目标检测23——Pytorch搭建SSD目标检测平台
(4) Flink's table API and SQL table schema
《大学“电路分析基础”课程实验合集.实验四》丨线性电路特性的研究
How to intercept the value of a key from the JSON string returned by wechat?