当前位置:网站首页>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
边栏推荐
- 6092. Replace elements in the array
- 已知两种遍历序列构造二叉树
- Basic knowledge of cryptography
- 【LeetCode】1905-统计子岛屿
- 微信支付宝账户体系和支付接口业务流程
- C # get PLC information (kepserver) II
- 【LeetCode】876-链表的中间结点
- 6091. Divide the array so that the maximum difference is K
- [leetcode] 344 reverse string
- [development environment] install the Chinese language pack for the 2013 version of visual studio community (install test agents 2013 | install visual studio 2013 simplified Chinese)
猜你喜欢
Leetcode skimming -- sum of two integers 371 medium
《大学“电路分析基础”课程实验合集.实验四》丨线性电路特性的研究
Loss function and positive and negative sample allocation: Yolo series
Bing.com网站
【Experience Cloud】如何在VsCode中取得Experience Cloud的MetaData
动态规划入门一,队列的bfs(70.121.279.200)
03. Preliminary use of golang
Two traversal sequences are known to construct binary trees
Bing. Com website
[leetcode] 1162 map analysis
随机推荐
【LeetCode】876-链表的中间结点
College entrance examination admission score line climbing
SQL transaction
Comparison between rstan Bayesian regression model and standard linear regression model of R language MCMC
Leetcode question brushing - parity linked list 328 medium
[leetcode] 695 - maximum area of the island
6090. 极大极小游戏
Pyinstaller打包exe附带图片的方法
2279. Maximum number of backpacks filled with stones
微信支付宝账户体系和支付接口业务流程
List of sergeant schools
SQL stored procedure
Thoroughly understand browser strong cache and negotiation cache
蚂蚁集团大规模图计算系统TuGraph通过国家级评测
Redux - detailed explanation
2278. 字母在字符串中的百分比
6091. Divide the array so that the maximum difference is K
/bin/ld: 找不到 -lgssapi_krb5
6092. Replace elements in the array
Fiddler实现手机抓包——入门