Skip to content

Added warning if Gitlab has previously been configured with a commercial SSL certificate

Eric Schewe requested to merge FiZi/omnibus-gitlab:patch-8 into master

Just tried following this documentation to switch from a commercial SSL certificate to Let's Encrypt and had to comment out all of our previously configured ssl_certificate and ssl_certificate_key lines otherwise "gitlab-ctl renew-le-certs" would not generate a LE certificate with the correct SAN names AND NGINX would fail to start once it did generate the proper certificate.

Merge request reports