Skip to main content
Participant
August 26, 2011
Question

Unknown publisher with valid certificate

  • August 26, 2011
  • 1 reply
  • 677 views

I am trying to publish an AIR app with a .cer certificate which comes from Thawte and the Publisher name appears correctly if I use Flash to build a simple AIR app and try to install

If i use ADT from the command line, then the app compiles but the publisher is UNKNOWN when the installation window appears

adt -package -storetype pkcs12 -keystore codesign.cer air/MyApp.air application.xml -C bin .

Does anyone know why it will not find the publisher name?

What is the command line used by Flash to compile?

Thanks

This topic has been closed for replies.

1 reply

Ade_1Author
Participant
August 26, 2011

Found the problem, the certificate was a .cer.p12 extenstion but the .p12 is hidden in windows. So the app will compile with a .cer extenstion but the publisher will only appear with a .cer.p12 extension