Skip to content

Option to specify the apple account and password in the web UI. #249

@jpdasma

Description

@jpdasma

When opting to use a developer account, it appears that we have to specify both the email and password in a text file:

data
|____profiles
| |____my_profile                # Or what you named your profile
| | |____cert.p12                # the signing certificate archive
| | |____cert_pass.txt           # the signing certificate archive's password
| | |____name.txt                # a name to show in the web interface
| | |____account_name.txt        # the developer account's name (email)
| | |____account_pass.txt        # the developer account's password
| |____my_other_profile
| | |____...

It's not really a good practice to store these in plaintext, even if we are running SignTools in a private server.

I suggest a feature to have an option to leave these empty and prompt the user for the email and password in the web UI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions