The code signing certificate issued by spotfire in order to sign mods is issued to spotfire acount with subject like this,
0.9.2342.19200300.100.1.1 = admin@SPOTFIRE
CN = admin
OU = a7ce437d-9ce0-4514-8f12-4f11b090d673
O = Spotfire
The CN part corresponds to username and OU part corresponds to cluster id of the spotfire server environment.
however thers is no other way than looking into the repository database directy to identify the cluser id, this may be useful when migrating mod to other environment, e.g. to know the mod is signed by which environment.
Please add functionality to expose this cluser id.