Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • For the development environments, you may generate a self signed certificate and add to the attached rice.keystore using the following command:
    Code Block
    keytool -keystore rice.keystore -storepass nowUCme_nowUdont -v -alias <your alias> -genkeypair -validity 9999 -dname "CN=<your fully qualified machine name>, OU=<your organization>, O=UC Davis, L=Davis, ST=California, C=US"
    
  • Install the updated rice.keystore in your environment where it will be referenced in the rice configuration files.
  • A copy of the updated rice.keystore must also be installed on the Rice Standalone Server.
  • For the production environment, an InCommon Certificate is required for the machine(s) which will be connecting to the production Rice Standalone Server. The InCommon cert must be installed in the production keystore as well as the keystore of the client application. For more information on how to request an InCommon certificate, visit the following link and click on the SSL Certificate category: MyUCDavis > UCD Resources > Software

...