h3. The property values that are to be used
The values of each of the above properties are dependent on what *keyStore* that you have configured in your applicaiton's properties file.
# If your are currently using the *registrar.jks* or the *registrar-test.jks* keystore, the values for the new/changed properties are as follows:
{code}
roles.function.category=REG
roles.proxy.user=REG$TST
webservices.mitrolesws.url=https://mv-ezproxy-com.ezproxyberklee.flo.org/rolesws/services/roles
webservices.keyStore=/path/to/registrar-test.jks
webservices.mitroles.url=https://mv-ezproxy-com.ezproxyberklee.flo.org/uaws/services/ua
{code}
Be sure to change */path/to* in the above to the actual path to the *registrar-test.jks keystore*.
\\
If you do not have the registrar-test.jks keystore, you can use this link to [download the keystore | https://wikis-mit-edu.ezproxyberklee.flo.org/confluence/display/EduSys/Application+Certificates].
\\
\\
# If your are currently using the *sfs.jks* or the *sfs-test.jks* keystore, the values for the new/changed properties are as follows:
{code}
roles.function.category=SFS
roles.proxy.user=SFS$TST
webservices.mitrolesws.url=https://mv-ezproxy-com.ezproxyberklee.flo.org/rolesws/services/roles
webservices.keyStore=/path/to/sfs-test.jks
webservices.mitroles.url=https://mv-ezproxy-com.ezproxyberklee.flo.org/uaws/services/ua
{code}
Be sure to change */path/to* in the above to the actual path to the *sfs-test.jks keystore*.
\\
If you do not have the sfs-test.jks keystore, you can use this link to [download the keystore | https://wikis-mit-edu.ezproxyberklee.flo.org/confluence/display/EduSys/Application+Certificates].
\\
\\
# If your are currently using the *gradadm.jks* or the *gradadm-test.jks* keystore, the values for the new/changed properties are as follows:
{code}
roles.function.category=GRAD
roles.proxy.user=GRAD$TST
webservices.mitrolesws.url=https://mv-ezproxy-com.ezproxyberklee.flo.org/rolesws/services/roles
webservices.keyStore=/path/to/gradadm-test.jks
webservices.mitroles.url=https://mv-ezproxy-com.ezproxyberklee.flo.org/uaws/services/ua
{code}
Be sure to change */path/to* in the above to the actual path to the *gradadm-test.jks keystore*.
\\
If you do not have the gradadm-test.jks keystore, you can use this link to [download the keystore | https://wikis-mit-edu.ezproxyberklee.flo.org/confluence/display/EduSys/Application+Certificates]
|