Replies: 3 comments 42 replies
-
We've got things set up with a remote codesign service (DigiCert ONE) using the below steps, and I believe the same could also be applied to set up signing for using a hardware key... The main thing I think is that you need a properties file with details of the platform-specific signing provider, see the first steps from: Then you need to let Java know about this .. which you can do by editing your java.security file (normally in JDK_folder/conf/security) and finding where there's a list of "security.provider.nn" entries, and adding one, using the next number in the list:
Then that should all be sorted... and the arguments to AIR/ADT would then be:
i.e. the provider name is "SunPKCS11" (same as in the java.security file) hyphenated with the "name" entry from your properties file where you also identified the library. Hope that helps... it's a bit convoluted to set up, but then should work a charm.. Let us know how it goes! If you are using DigiCert and run into any difficulties, let me know and I can try to reproduce the set-up here and then rope in their support if needed. thanks |
Beta Was this translation helpful? Give feedback.
-
Hi Andrew, I configured things for JarSigner and was able to successfully sign a jar file but unfortunately was not able to sign the desired .airi file. https://www.loom.com/share/1f138f5e41ce40ad8ece967ea8189cbf I shall be very grateful if you could sign the .airi file available at { https://drive.google.com/file/d/1uAXweFXs1fMsBnP6Y76nXmSkNS1wI75T/view?usp=sharing } in your setup to see if it works or not.Its a kind of show stopper for us to create setup for updates for our clients |
Beta Was this translation helpful? Give feedback.
-
Uploaded file on given link.
…On Wed, Mar 13, 2024 at 2:54 PM Andrew Frost ***@***.***> wrote:
Hi - I can take a look, but I can't access file sharing systems so can you
please upload the files here:
https://transfer.harman.com/requests/E5Sm9gsbtmpsze1TdcF0Ax
thanks
—
Reply to this email directly, view it on GitHub
<#3108 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AELI6XXQ7IDQQB5RQGE42QTYYAO67AVCNFSM6AAAAABEKMZCHCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DONZQGU2TG>
.
You are receiving this because you authored the thread.Message ID:
<airsdk/Adobe-Runtime-Support/repo-discussions/3108/comments/8770553@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
We have a legacy Air Application that we used to sign with DigiCert Certificate using .pfx file. Now certificate authorities don't allow to export .pfx file. Anyone is experiencing the same issue ? .
Now application can be signed using Digicert key locker or using HSB device but they do not support .airi file extensions.
Beta Was this translation helpful? Give feedback.
All reactions