I have a GitHub Enterprise Server instance hosted on AWS in a private subnet that does not have a public IP address. The TLS certificate for the GitHub server has expired, and I need to renew it. I tried using the ghe-ssl-acme command with the
sudo -u admin /usr/local/bin/ghe-ssl-acme -p -i
option, but I encountered an error that the ACME server could not find a valid A or AAAA record.
How can I renew the TLS certificate for my GitHub Enterprise Server without a public IP address and with an expired TLS certificate?