How to externalize encrypting passwords.
setEncrypted... in WLST ..
setEncrypted("Password", "c2s45", "/opt/msaapinf/msaapinf53856/./config/c2sConfigmsaapinf53856", "/opt/msaapinf/msaapinf53856/./config/c2sSecretmsaapinf53856")
I am assuming this method is to allow use to migrate userid's and password's between environments easily. I can't seem to find a way to externalize this!?
The only way I was able to generate these commands was to use configToScript( ) from WLST after connecting to a Domain.
How can I do this outside, So I Can pre-generate these files (in the above example: c2sConfigmsaapinf53856 and c2sSecretmsaapinf53856) to move these with my other config files.