当前位置:网站首页>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
边栏推荐
猜你喜欢
[leetcode] 417 - Pacific Atlantic current problem
使用 percona 工具给 MySQL 表加字段中断后该如何操作
彻底弄懂浏览器强缓存和协商缓存
已知兩種遍曆序列構造二叉樹
LeetCode刷题——递增的三元子序列#334#Medium
Leetcode skimming -- count the number of numbers with different numbers 357 medium
Comparison between rstan Bayesian regression model and standard linear regression model of R language MCMC
Bing.com網站
[experience cloud] how to get the metadata of experience cloud in vscode
动态规划入门一,队列的bfs(70.121.279.200)
随机推荐
2279. Maximum number of backpacks filled with stones
How to intercept the value of a key from the JSON string returned by wechat?
自定义异常
[leetcode] 283 move zero
密码学基础知识
使用 percona 工具给 MySQL 表加字段中断后该如何操作
【idea】推荐一个idea翻译插件:Translation「建议收藏」
[leetcode] 977 square of ordered array
Bing.com網站
终于搞懂了JS中的事件循环,同步/异步,微任务/宏任务,运行机制(附笔试题)
(4) Flink's table API and SQL table schema
6095. Strong password checker II
Deux séquences ergodiques connues pour construire des arbres binaires
[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)
/bin/ld: 找不到 -lcrypto
2303. 计算应缴税款总额
[leetcode] 1254 - count the number of closed Islands
【LeetCode】344-反转字符串
MD5加密
【LeetCode】189-轮转数组