My situation is, I have a server running inside a home network which can be connected from the outside through VPN (Zerotier). This network connected to the internet through NAT, thus there is no real public IP.
Now there are some services that requires HTTPS. Also using self-signed certificate would be quite troublesome as some other service is running inside container (and adding root CA for everyone of them can be a real pain). For example, I have drone
running inside a container, and it needs to communicate to the gitea
server through https protocol (or at least the document mentioned that).
So I need a valid certificate to run those services.
I do own a few domain name, and a couple of website operated by a hosting provider.
Now I'd like to know what are my options to get a certificate to run my intranet websites?