当前位置:网站首页>A guide to signing adobe air applications using code signing certificates
A guide to signing adobe air applications using code signing certificates
2022-06-09 05:40:00 【Wotong wotrus】
If you want to Adobe AIR Run your application on , You must first digitally sign them with a code signing certificate , The following is the signature guide , For your reference only .
Premise : Prepare the code signing certificate .pfx file , For details, please refer to this article 《 How to export a code signing certificate to .PFX file 》.
1、 Use ADT signed AIR Applications (CLI Options )
Open a command prompt as an administrator ( Right click and select run as administrator )
Navigate to the source directory of the application ( namely application.xml File location ).
Be careful : Ensure that the code signing certificate used for signing .pfx The file is not in the source directory .
Now run the following command on the command line , Modify the italic text to match your file name :
adt -package -storetype pkcs12 -keystore “c:\path\to\your\certificate.pfx” “c:\path\to\your\file.air” “application.xml”
When prompted , Enter the certificate you are exporting as .pfx The password created when creating the file .
2、 Use Flash Conduct AIR Application signature (GUI Options )
Open your for signing AIR The program of the document .
according to Adobe file , You can use Adobe Flash Builder 4.5、Adobe Flash CS 5.5 Professional or Flex SDK.
In the program , choice Adobe AIR Set up .
This setting will be based on the AIR The version lists a number .
Adobe Flash File menu selection Adobe Air Set up .
stay AIR On the signature tab of the settings window , Choose to sign the certificate with code (.p12, .pfx).
Select code signing certificate pfx file .
stay “ certificate ” In the box , Use the drop-down list or click “ Browse ” To select your Code signing certificate .pfx file .
In the password box , Enter the certificate you are exporting .pfx The password created when creating the file , Then click publish .
边栏推荐
- 关于AIR代码签名及发布者标识符的相关介绍
- Notes on index building and search execution in Lucene
- latex中\cdots后面接上句子,后面的句子格式会乱怎么回事。
- FPGA based TDC Research Report
- 计网中的一些概念
- When classical music meets NFT
- Several implementation methods of redis distributed lock
- [it] Fuxin PDF Keeping Tool Selection
- Painstakingly wrote a detailed MySQL tutorial of 24K words in three days, three nights
- Ecmascript6.0 Basics
猜你喜欢

和琪宝的重庆之旅~

Mysql5.7 dual master and dual slave configuration

Apache devlake code base guide

Painstakingly wrote a detailed MySQL tutorial of 24K words in three days, three nights

redis 缓存雪崩、穿透、击穿问题

YOLOv5的Tricks | 【Trick6】学习率调整策略(One Cycle Policy、余弦退火等)

Two methods of unbutu installing ffmpeg

redis 分布式锁的几种实现方式
![[it] Fuxin PDF Keeping Tool Selection](/img/1e/87dbd435e830c139bc3d5cf86d6d57.png)
[it] Fuxin PDF Keeping Tool Selection

Transaction code qc51 of SAP QM preliminary level creates quality certificate for purchase order
随机推荐
AQS 之 Semaphore 源码分析
Mining happiness with machine learning
数据治理:如何提高企业数据质量?
三大队列cxq,entrylist,waitset 个人理解分析
SET DECIMAL_ V2=false and UDF error: cannot divide decimal by zero and incompatible return types decimal
对pyqt5和SQL Server数据库进行连接
Wechat applet wx Getlocation location error information summary
Wamp environment setup (apache+mysql+php)
Number that appears only once -leetcode
Vector of STL
Alibaba cloud AI training camp -sql foundation 2: query and sorting
Redis cache avalanche, penetration and breakdown
Ecmascript6.0 Basics
AQS之 ReentrantLock 源码分析
“Ran out of input” while use WikiExtractor
AspNetPager combines stored procedure paging to speed up access
2022年11月15日起,代码签名证书私钥均需存储在硬件加密模块中
Local redis cluster setup
Several implementation methods of redis distributed lock
WAMP环境搭建(apache+mysql+php)