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
- Extract the contents of the ZIP distribution file.
- Create a
<HOST_CONFIG>/plugins
folder 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
lib
folder.Make the
plugins
directory accessible to thecagw
user inside the CA Gateway container.sudo chown -R :1339 <HOST_CONFIG>/plugins sudo chmod -R g+rx <HOST_CONFIG>/plugins
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