Configuring GitLab with SMTP using mTLS
Proposal
We don't have a way to configure mTLS authentication with Omnibus. GitLab Rails application uses ActionMailer. In order to support mTLS, it requires passing an ssl_context with client key and certificate. Currently this type of configuration is not supported with Omnibus even though GitLab Rails application is capable of consuming this configuration.