Below is the example to encode base64. Execute echo command on Linux
machine;
# echo -n 'Password01!' | base64
UGFzc3dvcmQwMSE=
[DocOps - passwordIsBase64Encoded option]
Credential Manager CLI CommandspasswordIsBase64Encoded
A flag when true indicates that the specified password has been Base64-encoded and should be first decoded before being stored.
Required | Default Value | Valid Values |
---|
no. | false | true|false |
Example)
# ./capam_command capam=<capamServer> adminUserID=admin cmdName=addTargetAccount TargetAccount.userName=<TargetAccount> TargetServer.hostName=<myhostname.mydomain.com> TargetApplication.name=<myApplication> TargetAccount.password=UGFzc3dvcmQwMSE= passwordIsBase64Encoded=true