-
Notifications
You must be signed in to change notification settings - Fork 262
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request