Gitlab enables https jump

how does gitlab enable https Jump

May.16,2022

if you want the above https method to take effect, you need to open the configuration of letsencrypt automatic certificate generation, so that when you execute the command to make the configuration take effect again (gitlab-ctl reconfigure), it will automatically generate a free certificate for the domain name and automatically add the relevant jump configuration to the nginx that comes with gitlab. It is very convenient.

letsencrypt[ 'enable' ] = true
letsencrypt[ 'contact_emails' ] = [ 'support@springall.com.cn' ]
Menu