Good morning, I installed via docker-compose.yml alfresco with ngnix.
Now I would like to install the certificate and redirect to https alfresco .
The configuration of yml for ngnix is as follows
image: alfresco / acs-community-ngnix: 1.0.0
mem_limit: 128m
depends_on:
- alfresco
ports:
- 8080: 8080
links:
- alfresco
- share
Someone has already solved it?
Thanks
I've updated GitHub - Alfresco/alfresco-docker-installer: Generator to build Docker Compose templates to deploy A... to support HTTPs. You can generate the project with this tool to check required parameters.
Hi, I'm using this generator: https://github.com/Alfresco/alfresco-docker-installer to deploy an Alfresco instance in production, using HTTPs.
I've generated self-signed certificates as a test for the domain I'm using (let's call it 'mydomain.com'), and copied them in the config folder for nginx (config/cert), and updated the nginx config file.
In the 'docker-compose.yml' file I've changed all occurrences of 'localhost' with 'mydomain.com', then I rebuilt with docker-compose, forcing recreate.
However, when I try to connect to https://mydomain.com/share, it keeps redirecting to localhost/share.
Is there another config file to edit that I'm missing?
Thanks.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.