The master key is used to encrypt the values in the securestore.enc file. It also encrypts all encryption keys that are used by the product and are stored in the CA AuthMinder database.
Follow these steps:
The current securestore.enc is available at:
<install_location>\Arcot Systems\conf\
<install_location>/arcot/conf/
<install_location>\Arcot Systems\tools\win
<install_location>/arcot/tools/<platform_name>
(For software mode) dbutil -init <master_key>
(For hardware mode) dbutil -init <master_Key_Label>
The tool re-creates securestore.enc with the master key name that you specify.
Important! If the master key setup fails, then contact CA Support for help.
The CA Advanced Authentication installer automatically configures the database username/password and database DSN/password information in securestore.enc. However, after creating a securestore.enc file, manually insert this information in the new file by using the dbutil -pi option.
To insert the supplied database values in securestore.enc, enter the following command:
In the preceding command, dbUser is the database user name and dbPassword is the password that is associated with the specified user name. For example:
dbutil -pi arcotuser welcome123
Note: The user name that you specify in this command is case-sensitive.
Note: <dbPassword> is the password of the database user.
In the preceding command, dsn is the data source name and dbPassword is the database password. For example:
dbutil -pi arcotdsn welcome123
Note: The DSN name that you specify in this command is case-sensitive.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|