mxtuma
82e525b442
spellcheck supress error for defining new line variable for Mac OS sed replacement
4 years ago
mxtuma
23e7b13c48
Changes to sed newline replacement as Mac OS X test failed.
4 years ago
mxtuma
4da71a614d
Merge pull request #3 from acmesh-official/dev
Dev branch update from original repository.
4 years ago
neil
6f55370ad4
Merge pull request #3262 from eastonman/master
feat: Add huaweicloud intl dnsapi
4 years ago
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
Easton Man
fd511966a7
fix: revert adding tr to replace sed
4 years ago
Easton Man
c4ddddd434
refactor: remove dirty debug code
- add tr to replace sed for robusty
- add comments
4 years ago
Easton Man
83a4db3b31
fix: remove sed before grep, but lead to less robusty
4 years ago
Easton Man
e35ef75949
fix: fix solaris sed and grep issue
4 years ago
Easton Man
5d0657c49a
fix: fix adding record before removing
4 years ago
Easton Man
f6f6550bfb
feat: add very tricky method to adapt to non-intuitive huaweicloud api
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
Easton Man
e01fb50359
feat: add env var check
4 years ago
Easton Man
28ce1c1249
fix: fix wrong debug output
4 years ago
Easton Man
7db592d27a
fix: fix failing ci test
4 years ago
Easton Man
b8e5c0d898
feat: Add huaweicloud intl dnsapi
4 years ago
neil
067c1771d0
Merge pull request #3263 from acmesh-official/dev
sync
4 years ago
neil
349429b76e
fix solaris badge
4 years ago
neil
cc8f2afce9
fix for Solaris, and add Solaris to Github actions
4 years ago
neil
1a163243ec
fix https://github.com/acmesh-official/acme.sh/issues/3259
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
neil
75660e6f21
Merge pull request #3258 from acmesh-official/dev
sync
4 years ago
neil
199ca77c2a
fix for PebbleStrict mode test.
4 years ago
neil
11b980f574
fix set-env
4 years ago
neil
2b8561f27d
fix set-env
4 years ago
neil
c349e9aabe
fix set-env
4 years ago
neil
6ee38ceaba
fix https://github.com/acmesh-official/acme.sh/issues/3252
4 years ago
neil
8ed6be6307
Merge pull request #3220 from edglynes/dev
Akamai EdgeDNS Support
4 years ago
Ed Lynes
c490dd1563
add quotes to resolve shell check failure
4 years ago
Ed Lynes
d866b3df1f
convert key to hex before calling _hmac
4 years ago
Ed Lynes
97f3fb4496
Merge branch 'dev' of https://github.com/acmesh-official/acme.sh into dev
4 years ago
neil
7530266330
remove dependency to md5 and awk
4 years ago
neil
6a53f356d2
Merge pull request #3246 from MaxPeal/MaxPeal-patch-ppc64le-s390x
add linux/ppc64le and linux/s390x
4 years ago
MaxPeal
075dc1e4e9
add linux/ppc64le and linux/s390x
4 years ago
neil
97b87d4ce4
Merge pull request #3111 from pashinin/master
Vault deploy hook (using curl)
4 years ago
Sergey Pashinin
e203e98375
Use _savedeployconf
4 years ago
Sergey Pashinin
9fcd104065
Use _getdeployconf for env vars
4 years ago
neil
178e0ba87c
Merge pull request #3237 from ma331/patch-1
Anexia CloudDNS Support
4 years ago
Ed Lynes
cc40110d7e
refactored sig timestamp generation
4 years ago
ma331
d58fb2bbc0
Speedup for _get_root function
4 years ago
ma331
812333e9ae
Changed comment once more
4 years ago
ma331
92bbdce435
changed comment
4 years ago
ma331
bc62d49fc9
removed empty line to make shfmt happy
4 years ago
ma331
fe54d5b8ae
fixed spacing in two lines
4 years ago
ma331
7cc30c268b
Script to use with Anexia CloudDNS
4 years ago
Ed Lynes
df60a2248a
fix typo
4 years ago
Ed Lynes
aa85d0ffeb
trigger commit
4 years ago
Ed Lynes
8a55b20284
Merge branch 'dev' of https://github.com/edglynes/acme.sh into dev
4 years ago