-
-
Notifications
You must be signed in to change notification settings - Fork 343
Description
Hi there! New to Incus, and having a great time setting up my first lab cluster. Most recently, I was able to get incus-ui-canonical
working, and after getting that all sorted, I started to look into getting certificates cut for it. Found the built in ACME support (awesome!) but discovered that it only supported HTTP-01 validation. I generally prefer to use DNS-01 validation, as I often run services that are not exposed to the Internet, and the Incus management interface would definitely be one of those interfaces I'd prefer to not expose.
Adding support for DNS-01 validation I imagine would be a relatively easy lift, as the lego
module already has support to do this. I'm not a well versed Go programmer by any stretch, but I might be willing to give this a shot myself.