Version 1.684
Released: 2025-09-??
fix
DNS Providers: add 'local' option to disable DNS ProviderThe DNS Providers selection for new wildcard certificates on the User Level SSL Certificates page only listed all available DNS Providers to pick from. This change adds a "Local" option which essentially disables the dnsprovider system entirely for this domain. Changes also include moving the "version" tag out of the list, into the "settings" json output.
Related JSON calls:
CMD_SSL?json=yes&domain=test.com&dnsproviders=yes&json=yes
CMD_SSL?json=yes&domain=test.com&action=dnsprovider&type=domain&json=yes
The value for dnsprovider=none
is now fully dropped in favor of the local
option. As before, the dedicated Manage ACME DNS Providers
page has not yet been implemented in Evolution, but is function with the Enhanced skin:
User Level » SSL Certificates » Manage ACME DNS Providers
Which allows for Admins to setup a inherit-global
provider, Resellers to setup a inherit-creator
provider, which would then show up in the list of available DNS Providers for their Users (when allowed), without showing them any of the credentials. This is useful if the Admin/Reseller manages the User's DNS remotely, all within one unified DNS Provider account (eg: CloudFlare).