HTTPS certs with password

Hi,
I have recently installed a new in a ubuntu server with deb package from gitlab.com download page.
I have an SSL certificate with password. There’s a way to set ssl_password_file nginx parameter?

Thanks for your answers

From the docs, you should be able to use the nginx['custom_gitlab_server_config'] setting:

nginx['custom_gitlab_server_config'] = 'ssl_password_file "/path/to/password_file";'

Then run sudo gitlab-ctl reconfigure.