Versions Compared

Key

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

Provisioning of both rules and periods can also be done Rules can be provisioned in the PCC Policy Control screen in Desktop. To open the 

Code Block
http://<platform host>:<web interface port>/mz/

For information on how to configure the Web UI, see Setting up access to REST for using PCC in the Web UI in /wiki/spaces/MD82/pages/3786137 in the PCC Installation Instructions

...

titleNote!

...

To open the PCC Policy Control screen, click on the Manage screen option in Desktop and then click on the PCC Policy Control button. 

The Web UI Start Page

Note
titleNote!

If your chosen web browser is Firefox, because Firefox does not accept self-signed certificates, you can use Java keytool to create a keystore that is signed by a trusted authority, or you can create a keystore using the following command, and add exceptions to Firefox:

Code Block
keytool -genkeypair -alias platform -keyalg RSA [-sigalg <sigalg>] -keypass <keypass>  -keystore $MZ_HOME/keys/keystore_generated.key

To add exceptions to Firefox:

  1. Enter about:preferences#privacy as the address in Firefox and press Enter.

  2. Go to the Security section and click the View Certificates button.

  3. Select the Servers tab, and click the Add Exception... button.

  4. Enter https://<platform host>:<web interface port> and click the Get Certificate button.

  5. Click Confirm Security Exception.

Repeat these steps for the EC, entering the <EC host>:<EC port> in step 4.

...