cd /home/ec2-user/BMS/proxy *** Make a copy of the file docker-compose.yml *** Copy the file bms_ciat_cgiar_org.ca-bundle to /home/ec2-user/BMS/proxy/certs *** Rename the file to bms.ciat.cgiar.org.ca-bundle *** Make a copy of the existing files: bms.ciat.cgiar.org.csr bms.ciat.cgiar.org.key bms.ciat.cgiar.org.crt Run this commands: >cat bms.ciat.cgiar.org.crt bms.ciat.cgiar.org.ca-bundle > ssl-bundle.crt >mv ssl-bundle.crt bms.ciat.cgiar.org.crt restart the nginx-proxy container: cd /home/ec2-user/BMS/proxy/ docker-compose restart