Skip to main content
Participant
August 24, 2017
Question

ADT issue on signing native exe with PKCS11

  • August 24, 2017
  • 0 replies
  • 373 views

Hello All,

I have a problem using ADT command to make package in native exe format.

So I would like to have any suggestion.

[Symptom]

When I run the following command:

adt -package -target native -storetype PKCS11 -providerName aaaa sample.exe sample.air

The following errors are output:

unexpected failure: null

java.lang.NullPointerException

        at java.io.File.<init>(Unknown Source)

        at com.adobe.air.ADT.parseNativeSigningOptions(ADT.java:1420)

        at com.adobe.air.ADT.parsePackage(ADT.java:689)

        at com.adobe.air.ADT.parseArgsAndGo(ADT.java:587)

        at com.adobe.air.ADT.run(ADT.java:435)

        at com.adobe.air.ADT.main(ADT.java:485)

[Additional information]

Above error occurred when using token (PKCS11) in the environment (1).

Above error occurred when using token (PKCS11) in the environment (2) also.

It was possible to sign by using pfx File (pkcs12) in the environment (1).

(1)

java version 1.7.0_07

adt  version 3.8.0.870

(2)

java version 1.8.0_131

adt  version 25.0.0.134

By the way, the certificate is issued by Global Sign Co.(Global Sign).

When I made these inquiries to Global Sign, I was told to ask Adobe.

[Question]

How can I sign to the installer of the exe form by using the certificate of storetype "PKCS11"?

Any help would be appreciated. Thanks in advance.

Regards,

This topic has been closed for replies.