[TIMOB-10116] iOS: Add Organization and Organizational Unit certificate information to titanium info command
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-08-24T14:15:54.000+0000 |
Affected Version/s | Release 2.1.0, Release 3.0.0 |
Fix Version/s | Release 4.0.0 |
Components | CLI |
Labels | js |
Reporter | Ingo Muschenetz |
Assignee | Chris Barber |
Created | 2012-07-24T08:16:03.000+0000 |
Updated | 2017-03-24T21:16:23.000+0000 |
Description
A customer has asked that we provide the "organization" attached to a certificate to display in the iOS packaging dialog. The information about the current certificates Studio derives from prereq.py.
It is suggested that the certificate JSON string be amended to include:
* Organization
* Organizational Unit
It is suggested we do this as part of prereq.py as perhaps there is other uses for this information in the context of the CLI
This should only be applied to the new CLI
This was fixed in the unified Appc CLI. Simply run
appc whoami
.Closing ticket as fixed with reference to previous comments.