Kong Admin HTTPS Helm

Hi,

I’m trying to setup Kong API using Helm fronted by an AWS ALB. So far this works if I run the ALB HTTPS port on 8001 and offload to HTTP.

I want to setup my ALB to listen on 8444 and push traffic over HTTPS to Kong admin.

Looking at the helm setup I can load in certs by generating the via cert-manager. As I already do this and have a cert I want to use Is it possible to load in an existing one rather than generating a new one?