How To Configure Alfresco 7.0 To Work With https

cancel
Showing results for 
Search instead for 
Did you mean: 
John1244
Active Member

How To Configure Alfresco 7.0 To Work With https

 
5 Replies
heiko_robert
Senior Member

Re: How To Configure Alfresco 7.0 To Work With https

Which installation type you have choosen?

Best practice is to put a nginx in from of tomcat and configure SSL there.

You can just copy the example from the docker deployment if you used the zip deployment.

John1244
Active Member

Re: How To Configure Alfresco 7.0 To Work With https

I'm using docker-compose.  Sorry I don't know what ngnix is,

Do you have do some thing with keystores. I know you have to edit something from the docker-compose file but what do I edit or add.

venur
Established Member

Re: How To Configure Alfresco 7.0 To Work With https

Give a try via this project https://github.com/Alfresco/alfresco-docker-installer 

and replace the certs post successfully test 

John1244
Active Member

Re: How To Configure Alfresco 7.0 To Work With https

sorry but i'm not triying to reinstall alfresco. I iust want to modifiy the docker compose file to work with https. also i looked at the config/cret folder in the link you sent and saw the two files but i don't understand what those are can i copy them and place them in my keystore folder or something.

fedorow
Senior Member II

Re: How To Configure Alfresco 7.0 To Work With https

To configure Alfresco with https you should have understanding:

  1. What reverse proxy is and what it do? In docker-compose deployment the nginx used as reverse proxy.
  2. How SSL/TLS works, what the ssl certificate/key is and where it goes from?

There are a lot's of articles, documentation, tutorials, videos in the Internet on this themes.

Then you will have this base knowlage, you'll easy understand how to take configuration from examples or installer files and implement it in your deployment.