]> git.proxmox.com Git - proxmox-acme.git/blobdiff - src/Makefile
move DNS plugin schema to separate JSON based file
[proxmox-acme.git] / src / Makefile
index 2f9e62eb44eb37b2fc6ed72b826e45fe90c101e2..16166fecf3fd2c0ee4037cf60000ec1366ed65e6 100644 (file)
@@ -11,6 +11,7 @@ ACME_SOURCES = \
        dnsapi/dns_ali.sh \
        dnsapi/dns_anx.sh \
        dnsapi/dns_arvan.sh \
+       dnsapi/dns_aurora.sh \
        dnsapi/dns_autodns.sh \
        dnsapi/dns_aws.sh \
        dnsapi/dns_azure.sh \
@@ -57,6 +58,7 @@ ACME_SOURCES = \
        dnsapi/dns_infomaniak.sh \
        dnsapi/dns_internetbs.sh \
        dnsapi/dns_inwx.sh \
+       dnsapi/dns_ionos.sh \
        dnsapi/dns_ispconfig.sh \
        dnsapi/dns_jd.sh \
        dnsapi/dns_joker.sh \
@@ -100,12 +102,16 @@ ACME_SOURCES = \
        dnsapi/dns_pdns.sh \
        dnsapi/dns_pleskxml.sh \
        dnsapi/dns_pointhq.sh \
+       dnsapi/dns_porkbun.sh \
+       dnsapi/dns_rackcorp.sh \
        dnsapi/dns_rackspace.sh \
        dnsapi/dns_rcode0.sh \
        dnsapi/dns_regru.sh \
+       dnsapi/dns_scaleway.sh \
        dnsapi/dns_schlundtech.sh \
        dnsapi/dns_selectel.sh \
        dnsapi/dns_servercow.sh \
+       dnsapi/dns_simply.sh \
        dnsapi/dns_tele3.sh \
        dnsapi/dns_transip.sh \
        dnsapi/dns_ultra.sh \
@@ -113,6 +119,7 @@ ACME_SOURCES = \
        dnsapi/dns_variomedia.sh \
        dnsapi/dns_vscale.sh \
        dnsapi/dns_vultr.sh \
+       dnsapi/dns_websupport.sh \
        dnsapi/dns_world4you.sh \
        dnsapi/dns_yandex.sh \
        dnsapi/dns_zilore.sh \
@@ -130,6 +137,7 @@ all:
 .PHONY: install
 install:
        install -D -m 0744 proxmox-acme ${DESTDIR}${ACMEDIR}/proxmox-acme
+       install -D -m 0644 dns-challenge-schema.json ${DESTDIR}${ACMEDIR}/dns-challenge-schema.json
        for f in ${ACME_SOURCES}; do install -D -m 0644 acme.sh/$$f ${DESTDIR}${ACMEDIR}/$$f; done
        install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE
        install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/ACME