Installing the Policy Manager

This section explains how to obtain and install the Anjuna Policy Manager for use with applications protected by the Anjuna SGX Runtime.

Supported platforms

Installing the Anjuna Policy Manager requires a host running Ubuntu 18.04 or Ubuntu 20.04.

Download the Anjuna Policy Manager

Access the Anjuna Resource Center to get the Anjuna Policy Manager installer v1.51.

Run the installer

After downloading the Anjuna Policy Manager installer, you should have the following file:

anjuna-policy-manager-release-1.51.0002.bin

To install the Anjuna Policy Manager, first run the following command to ensure that the installer is executable:

$ chmod +x ./anjuna-policy-manager-release-1.51.0002.bin

The installer supports various command-line options to customize its behavior. To see the available options, run the installer script with the --help option:

$ ./anjuna-policy-manager-release-1.51.0002.bin --help

Anjuna Policy Manager self-extracting installer

Usage: ./anjuna-policy-manager-release-1.51.0002.bin [OPTIONS]
Run this file to extract and install the Anjuna Policy Manager.
-l, --list                  List the content of this package
-h, --help                  Print the help summary
--version                   Print the version number of the installer

Run the installer to install the Anjuna Policy Manager:

$ ./anjuna-policy-manager-release-1.51.0002.bin

The installer produces output similar to the following:

Anjuna Policy Manager self-extracting installer


Checking for Operating System
Found Ubuntu 18.04.2 LTS
Installing in /opt/anjuna/anjuna-policy-manager
generating /opt/anjuna/anjuna-policy-manager/dev/conf/https/cert/key.pem
generating /opt/anjuna/anjuna-policy-manager/dev/conf/https/cert/cert.pem
/etc/hosts updated with apm-server.test

Summary:
Anjuna Policy Manager fully installed

This message indicates that the Anjuna Policy Manager was properly installed.