How to create a security token file without asking for a password when transport security is enabled.
book
Article ID: KB0094542
calendar_today
Updated On:
Products
Versions
TIBCO ActiveSpaces
-
Not Applicable
-
Description
Description: How to create security a token file without asking for a password when transport security enabled.
Resolution
When transport security is enabled in a security policy, we will not able to remove create_identity when creating a security token file. An alternative way to avoid asking for a password is to add "encrypt false" when creating the security token.
encrypt (optional): Used with the create_identity parameter. A boolean value which indicates whether the private key should be encrypted. (default: true).
Issue/Introduction
How to create a security token file without asking for a password when transport security is enabled.