This may be a pretty odd or unique setup, but I have a handful of VMs all behind an nginx reverse proxy, sharing a single IPv4, these VMs all have their own IPv6 assigned and routed right on them for IPv6 access.
When I go to create/request a cert on my nginx proxy (serving ipv4 requests) I get a fail because the IPv6 does not match the server I am running it on.
Is there a way I can use letsencrypt? I cannot seem to find any docs similar to my use case.
Thanks