How to encrypt the passwords in OSM ?
edited Dec 27, 2012 5:48PM in Order and Service Management (Communications Industry) (MOSC) 1 comment
You can encrypt the passwords using EncryptPasswords.bat tool located at OSM_HOME/SDK/XMLImportExport. This is available from OSM 7.2 version.
Syntax:
EncryptPasswords <XML model> [-dbUser] [-xmlapiUser] [-wlsUse
Options :
XML model : path to the configuration file containing the passwords to be encrypted.
-dbUser : if provided, the database password will be encrypted, if present in the configuration file.
-xmlapiUser : if provided, the XML API password will be encrypted, if present in the configuration file.
-wlsUser : if provided, the WebLogic administrator password will be encrypted, if present in the configuration file.
Example:
EncryptPasswords config.xml -dbUser (to set the database user password only)
0