Browse Source

Update dns_ispconfig.sh

Added line to first comment, DNS txt functions were not enough on my new ISPConfig installation. 
Maybe ISPConfig behaviour changed, using debug I found out that the remote user did not have permission to execute client_get_id
I also have DNS zone function permissions, though I do not know if that is actually necessary
pull/3651/head
RBCOMGmbH 3 years ago
committed by GitHub
parent
commit
e965e5c0d4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      dnsapi/dns_ispconfig.sh

1
dnsapi/dns_ispconfig.sh

@ -3,6 +3,7 @@
# ISPConfig 3.1 API # ISPConfig 3.1 API
# User must provide login data and URL to the ISPConfig installation incl. port. The remote user in ISPConfig must have access to: # User must provide login data and URL to the ISPConfig installation incl. port. The remote user in ISPConfig must have access to:
# - DNS txt Functions # - DNS txt Functions
# - Client functions (otherwise no result is given and "Client ID is not numeric." error occurs).
# Report bugs to https://github.com/sjau/acme.sh # Report bugs to https://github.com/sjau/acme.sh

Loading…
Cancel
Save