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

You can download the Anjuna Policy Manager installer by browsing to the following link:

https://s3-us-west-1.amazonaws.com/anjunasecurity.releases/release-1.28/0002/anjuna-policy-manager-release-1.28.0002.bin

Alternatively, you can download it using the following shell comand:

$ wget https://s3-us-west-1.amazonaws.com/anjunasecurity.releases/release-1.28/0002/anjuna-policy-manager-release-1.28.0002.bin

Run the Installer

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

anjuna-policy-manager-release-1.28.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.28.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.28.0002.bin --help

Anjuna Policy Manager self-extracting installer

Usage: ./anjuna-policy-manager-release-1.28.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.28.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/conf/https/cert/key.pem
generating /opt/anjuna/anjuna-policy-manager/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.