Gitlab ssl certificate

Hi all,

I wanted to copy ssl certificates to the gitlab? so please tell me if /etc/gitlab/ssl is the correct path ?

Hi,

Yes, /etc/gitlab/ssl is the correct path. Also the certificates must be the full FQDN of your server. Therefore, if your external_url is https://gitlab.example.com, then in /etc/gitlab/ssl, you should have:

gitlab.example.com.crt
gitlab.example.com.key

Thanks for the reply. can we copy the key and crt files in pem format ?

Yes, just rename the PEM file to crt or key for the appropriate files.