Commit Graph

19 Commits (1a4a180e8cf0825a34a4df4810b43cc5990e47a3)

Author SHA1 Message Date
neil 19c4345162 fix shfmt
neil 40cda9220a fix https://github.com/acmesh-official/acme.sh/issues/3077
neilpang d795fac37a update repo name
Raphaël Berlamont 971a85a6f8 dns_azure : Multiple domains with same ending bug
We have a few domains that ends the same. For example :
  iperfony.com
  perfony.com

The problem was in the _get_root functions, when getting the domain_id :
only the first result "iperfony.com" was returned, because "perfony.com"
is contained in the "iperfony.com" string.

The correction consist of being strict in the regex, adding a slash (/)
so that it will only match on ".*/(perfony.com).*" and not
".*(perfony.com).*".
Joakim Lemb 12956679e7 Added top URI parameter
martgras 9e3c931b34 dns_azure add support for validation record at domain apex
Prevent the issue described in 
Fix [SC1117] Backslash is literal in "\[".
martgras 224e0c298a Fix missing success return value from dns_azure_add/rm
martgras 83b1a98db1 Azure DNS API - support for ACME v2 and reliability improvments
support adding 2 txt records
Adding retry logic for REST API calls
Reusing bearer token removes 50% of required REST calls
neilpang 8c88757451 fix format
neilpang dd171ca44a fix format
martgras 72fe7396d6
spelling mistake in error message
neil e4b24d20ac
Update dns_azure.sh
neil 91607bb2a1
Update dns_azure.sh
martgras 441c26dd32
Update dns_azure.sh
martgras c7b8debb6e
fix travis issues
martgras d51c383866
remove unused code and fix error handling
martgras f7d4698ef0
improve error checking
martgras 3fdbbafcb5
fix getroot with multiple dns zones
martgras e90f3b84c1
Add support for Azure DNS
Adding support for Azure DNS 
See https://docs.microsoft.com/en-us/azure/dns/