Skip to content

Azure trusted signing w/ apksigner fails #292

Description

@vilgotf

The command below fails to run with the following error: Failed to load signer "signer #1": NONE entry "<accountName>/<profileName>" does not contain a key.

 java -cp apksigner.jar:jsign.jar com.android.apksigner.ApkSignerTool sign \
      --provider-class net.jsign.jca.JsignJcaProvider \
      --provider-arg https://neu.codesigning.azure.net \
      --ks NONE \
      --ks-type TRUSTEDSIGNING \
      --ks-pass env:ACCESS_TOKEN \
      --ks-key-alias <accountName>/<profileName> \
      --in app.apk

Jsign is otherwise working. E.g. jsign --storetype TRUSTEDSIGNING --keystore neu.codesigning.azure.net --storepass env:ACCESS_TOKEN --alias <accountName>/<profileName> app.msix successfully completes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions