[pve-devel] [PATCH proxmox-acme 1/1] Add selfhost ACME DNS API

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Feb 17 09:11:08 CET 2022


On 15.02.22 06:38, Marvin Edeler wrote:
> Signed-off-by: Marvin Edeler <marvin at edeler.me>
> ---
>  src/dns-challenge-schema.json | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
> 
> diff --git a/src/dns-challenge-schema.json b/src/dns-challenge-schema.json
> index 39ac2ba..16fef64 100644
> --- a/src/dns-challenge-schema.json
> +++ b/src/dns-challenge-schema.json
> @@ -342,6 +342,27 @@
>     "scaleway" : {},
>     "schlundtech" : {},
>     "selectel" : {},
> +   "selfhost" : {
> +      "fields" : {
> +         "SELFHOSTDNS_USERNAME" : {
> +            "description" : "The selfhost username",
> +            "type" : "string"
> +         },
> +         "SELFHOSTDNS_PASSWORD" : {
> +            "description" : "The selfhost password",
> +            "type" : "string"
> +         },
> +         "SELFHOSTDNS_RID" : {
> +            "description" : "The selfhost RID for the first record.",
> +            "type" : "string"
> +         },
> +         "SELFHOSTDNS_RID2" : {
> +            "description" : "The selfhost RID for the second record.",
> +            "type" : "string"
> +         }
> +      },
> +      "name" : "selfhost"
> +   },
>     "servercow" : {},
>     "simply" : {},
>     "tele3" : {},

Seems OK but cannot be used currently, as selfhost pull request is not yet merged,
so no point in exposing it before it yet.

Please ping this patch mail once acme.sh dnsapi plugin support landed, I can apply
it then - thanks!





More information about the pve-devel mailing list