Entrust distributes each <VERSION> version of AWS CA plugin in a file with the following name.

cagw-plugin-awsca-<VERSION>.zip

This ZIP file contains the following folders:

  • lib
  • config/edm/mc

See below for how to install and configure the AWS CA plugin.

To install the AWS CAs plugin

  1. Extract the contents of the ZIP distribution file.
  2. Create a <HOST_CONFIG>/plugins folder in the CA Gateway machine. Where <HOST_CONFIG> is the folder described in Creating the host configuration folder.
  3. In this folder, copy the the JAR files of the lib folder.

  4. Make the plugins directory accessible to the cagw user inside the CA Gateway container. 

    sudo chown -R :1339 <HOST_CONFIG>/plugins sudo chmod -R g+rx <HOST_CONFIG>/plugins
  5. When starting the CA Gateway instance, set the LOADER_PATH environment variable to the location of the plugins directory within the container.

    docker run -p 8444:8080 -e LOADER_PATH=/etc/cagw/config/plugins -v <HOST_CONFIG>:/etc/cagw/config cagw/api:latest