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
4 years ago
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.
4 years ago
mxtuma
3ad668a429
Added comments for future maintaining
4 years ago
mxtuma
e344c43c68
Fixing indent from tab to 2 spaces
4 years ago
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.
4 years ago
mxtuma
c99f1ac83d
Merge pull request #1 from acmesh-official/dev
Latest update
4 years ago
neil
e7a6c17260
fix dns check
4 years ago
neil
c8ee9e6447
add dns api check
4 years ago
mxtuma
ecbc48466f
Formating of the script based of shfmt
Previous version failed at acme.sh on shfmt.
4 years ago
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.
4 years ago
neil
fabd26f85b
check token first
4 years ago
neil
17dcf7d2e5
Merge pull request #2973 from StefanAbl/master
Update dynv6 dns api to allow custom domains
4 years ago
neil
6f62995c96
remove ZeroSSL test
4 years ago
neil
f405f4bbc4
fix zerossl
4 years ago
neil
98124de362
add email for zerossl
4 years ago
neil
1e4ea90021
add zerossl test
4 years ago
neilpang
2c7d2230b3
minor
4 years ago
neil
040e0d8387
Merge pull request #3146 from ym/dev
fix misaka.io api: breaking changes introduced by apiv1
4 years ago
Siyuan Miao
b5c382f929
fix misaka.io api: breaking changes introduced by apiv1
4 years ago
neilpang
0c9c1ae673
fix https://github.com/acmesh-official/acme.sh/issues/3140
4 years ago
neil
1f5b6a6a35
fix filter to *.yml
4 years ago
neil
d25b2890be
split shellcheck
4 years ago
neil
d73438a397
update comments
4 years ago
StefanAbl
7eca955b79
merge second rebase against upstream/master
4 years ago
StefanAbl
4242354c03
fix shfmt error
4 years ago
StefanAbl
8728389c88
formatting
4 years ago
StefanAbl
6651801b3f
formatting
4 years ago
StefanAbl
9190ce3701
no supporting HTTP API as well
4 years ago
StefanAbl
90e2064d72
first attempt to make travis happy
5 years ago
StefanAbl
943d419f98
Added support for custom domains
5 years ago
StefanAbl
551316bcb6
formatting
4 years ago
StefanAbl
9dd5089940
formatting
4 years ago
StefanAbl
06e7ebbdeb
no supporting HTTP API as well
4 years ago
StefanAbl
a83b16e12a
first attempt to make travis happy
5 years ago
StefanAbl
91a8b97cf4
Added support for custom domains
5 years ago
neil
41754c92c3
--preserve-env
4 years ago
neil
e544995b83
Merge pull request #3133 from acmesh-official/dev
Sync
4 years ago
neil
45cf5c4c0f
trigger build
4 years ago
neil
900eedfc2e
fix checktoken
4 years ago
neil
faaa7bfa3a
check token before run
4 years ago
neil
70366a98bd
fix if
4 years ago
neil
e88180b4d5
fix if
4 years ago
neil
b639683ac1
don't run if "${{ secrets.NGROK_TOKEN }}" is not set.
4 years ago
neil
918c8f9295
filer events
4 years ago
neil
c2214cd4b5
minor
4 years ago
neil
7d7e5bac12
add comments
4 years ago
StefanAbl
185b558561
fix shfmt error
4 years ago
neil
4632035581
no need to run for PR from dev to master
4 years ago
StefanAbl
d7f81dff23
merged rebase into master
4 years ago
StefanAbl
c849738c6f
formatting
4 years ago