I can login to a root shell on my machine (yes or no, or I don’t know): Yes
After much confusion, I was able to setup an acme-dns server (https://github.com/joohoi/acme-dns) on an Ubuntu 18.04 virtual machine. Now I have a Windows server that needs to get a certificate, but it seems that win-acme (https://www.win-acme.com/reference/cli) expects a script to handle the updating and deleting of the txt records for the domain (it doesn’t know how to do it itself even though I provided it with my API credentials). Can anyone provide me with a sample script that will work with win-acme and acme-dns?
Just one step away I think from getting it all to work.