Akamas APIs and UI use plain HTTP when they are first installed. To enable the use of HTTPS you will need to:
Ask your security team to provide you with a valid certificate for your server.
The certificate usually consists of two files with ".key" and ".pem" extensions.
You will need to provide the Akamas server DNS name.
Create a folder named "certs" in the same directory as Akamas' docker-compose file;
Copy the ".key" and ".pem" files in the created "certs" folder and rename them to "akamas.key" and "akamas.pem" respectively.
Ensure the files belong to the same user and group you use to run Akamas.
Restart two Akamas services by running the following commands: