Generate a self-signed certificate and key pair
hi,
i follow simple installation steps of "hello world", available at
http://help.adobe.com/en_us/air/1.5/devappsflex/ws5b3ccc516d4fbf351e63e3d118666ade46-7fd8. html
section: create air installation file
however, if enter line:
adt –certificate -cn selfsigned 1024-rsa samplecert.pfxsamplepassword
it won't work , prints following error message
c:\users\andrew\downloads\flex_sdk_3\bin>adt -certificate -cn selfsigned 1024-rsa
samplecert.pfxsamplepassword
unexpected argument ûcertificate
usage:
adt -checkstore signing_options
adt -certificate -cn <name> ( -ou <org-unit> )? ( -o <org-name> )? ( -c <count
ry> )? <key-type> <pfx-file> <password>
adt -help
adt -migrate signing_otions <air-file-in> <air-file-out>
adt -package signing_options <air-file> <app-desc> file_args
adt -prepare <airi-file> <app-desc> file_args
adt -sign signing_options <airi-file> <air-file>
adt -version
signing_options: -storetype <type> ( -keystore <store> )? ( -storepass <pass> )?
( -keypass <pass> )? ( -providername <name> )? ( -tsa <url> )?
file_args: <fileordir>* (( -c <dir> <fileordir>+ ) | ( -e <file> <path> ))*
c:\users\andrew\downloads\flex_sdk_3\bin>
does know how solve problem?
the example pasted has long dash reason:
adt –certificate -cn selfsigned 1024-rsa samplecert.pfxsamplepassword
so looks error crapping out on that.
type in instead of pasting it, , use normal dash.
adt -certificate -cn selfsigned 1024-rsa samplecert.pfxsamplepassword
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment