Entrust distributes each <VERSION> version of AWS CA plugin in a file with the following name.
cagw-plugin-awsca-<VERSION>.zipThis 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
- Extract the contents of the ZIP distribution file.
- Create a
<HOST_CONFIG>/pluginsfolder in the CA Gateway machine. Where<HOST_CONFIG>is the folder described in Creating the host configuration folder. In this folder, copy the the JAR files of the
libfolder.Make the
pluginsdirectory accessible to thecagwuser inside the CA Gateway container.sudo chown -R :1339 <HOST_CONFIG>/plugins sudo chmod -R g+rx <HOST_CONFIG>/pluginsWhen starting the CA Gateway instance, set the
LOADER_PATHenvironment 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