Can I run certbot above GitLab while disable the letsencrypt version?

So looking into the docs of gitlab omnibus, I found out they’ve supported letsencrypt with an option inside the config file. But just wonder, I’m running on Apache 2.4, is it possible to copy the gitlab-omnibus-apache24.conf config file instead of the SSL version. Then run certbot to install the SSL for the domain and which certbot will modify the Apache config automatic.

Is it possible for running GitLab on HTTPS this way?