Hello,
I managed to setup easily a gitlab in an ec2 instance however I am having a problem using the AWS Ceritificate manager to use https on my gitlab instance. Below are the steps I did.
- Spin off new Gitlab on Ec2
- Using the Public IPv4, I created a record set on route 53 with type 'A - IPv4 address’
- I tested it and went to http://gitlab.domain.com, and it worked
- I modified the gitlab.rb with, external_url ‘http://gitlab.domain.com’
- sudo gitlab-ctl reconfigure && sudo gitlab-ctl restart
- I tested it and went to http://gitlab.domain.com, and it worked again
- I then went on and requested a certificate in the ‘AWS certificate Manager’ for 'gitlab.domain.com’
- After it got approved, I tried ‘https://gitlab.domain.com’ and it did not work
- I modified, external_url ‘https://gitlab.domain.com’, reconfigured and restarted, it did not work
Help… anyone?