10 Commits

Author SHA1 Message Date
mxtuma
e8acda94e1 Solaris changes, head -c replaced with printf 2020-11-25 18:16:15 +01:00
mxtuma
82e525b442 spellcheck supress error for defining new line variable for Mac OS sed replacement 2020-11-25 13:38:31 +01:00
mxtuma
23e7b13c48 Changes to sed newline replacement as Mac OS X test failed. 2020-11-25 10:28:11 +01:00
mxtuma
7edd13d102 Update to pass Mac OS X tests.
Mac OS X failed because sed regex uses GNU extension + as a repeater

I had tested commited code with --posix prefix for sed to simulate Mac OS X implementation on linux

Also Mac OS X can't replace to \n characters, this was resolved by replacing to \t and then translating to new lines using tr
2020-11-24 09:25:11 +01:00
mxtuma
ab564a0393 Updated regarding failed Mac OS testing
On Mac OS sed can't replace characters to new lines.

I replaced to tabs in sed, with knowing there were no tab exists as I deleted them before, and then by tr I replaced all tabs by new lines, hopefully in a portable way.
2020-11-22 19:09:57 +01:00
mxtuma
3ad668a429 Added comments for future maintaining 2020-11-20 12:43:46 +01:00
mxtuma
e344c43c68
Fixing indent from tab to 2 spaces 2020-11-19 16:10:26 +01:00
mxtuma
55f9c4d2cc
Fix review issues
All "reviewed functions" replaced with acme.sh functions. Added time zone for authentication token. Fix all XML list search with proper descriptions.
2020-11-19 15:55:28 +01:00
mxtuma
ecbc48466f
Formating of the script based of shfmt
Previous version failed at acme.sh on shfmt.
2020-09-11 11:08:58 +02:00
mxtuma
c236073832
New DNS API for WEDOS provider
New DNS API implementation for acme.sh script use WEDOS's WAPI XML interface to manage domain TXT entries. Both add and remove methods works. The code were tested successfully and spellchecked too. It seems there is no issue at all. The script skeleton from cloudfare were used.
2020-09-11 10:09:30 +02:00