mxtuma
23e7b13c48
Changes to sed newline replacement as Mac OS X test failed.
2020-11-25 10:28:11 +01:00
mxtuma
4da71a614d
Merge pull request #3 from acmesh-official/dev
...
Dev branch update from original repository.
2020-11-25 10:17:16 +01:00
neil
6f55370ad4
Merge pull request #3262 from eastonman/master
...
feat: Add huaweicloud intl dnsapi
2020-11-25 09:57:26 +08: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
Easton Man
fd511966a7
fix: revert adding tr to replace sed
2020-11-24 12:58:16 +08:00
Easton Man
c4ddddd434
refactor: remove dirty debug code
...
- add tr to replace sed for robusty
- add comments
2020-11-24 10:05:34 +08:00
Easton Man
83a4db3b31
fix: remove sed before grep, but lead to less robusty
2020-11-23 23:46:06 +08:00
Easton Man
e35ef75949
fix: fix solaris sed and grep issue
2020-11-23 22:18:57 +08:00
Easton Man
5d0657c49a
fix: fix adding record before removing
2020-11-23 14:57:33 +08:00
Easton Man
f6f6550bfb
feat: add very tricky method to adapt to non-intuitive huaweicloud api
2020-11-23 14:25:48 +08: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
Easton Man
e01fb50359
feat: add env var check
2020-11-23 00:32:50 +08:00
Easton Man
28ce1c1249
fix: fix wrong debug output
2020-11-23 00:20:57 +08:00
Easton Man
7db592d27a
fix: fix failing ci test
2020-11-23 00:20:57 +08:00
Easton Man
b8e5c0d898
feat: Add huaweicloud intl dnsapi
2020-11-23 00:20:57 +08:00
neil
067c1771d0
Merge pull request #3263 from acmesh-official/dev
...
sync
2020-11-22 23:20:30 +08:00
neil
349429b76e
fix solaris badge
2020-11-22 21:55:55 +08:00
neil
cc8f2afce9
fix for Solaris, and add Solaris to Github actions
2020-11-22 21:41:22 +08:00
neil
1a163243ec
fix https://github.com/acmesh-official/acme.sh/issues/3259
2020-11-22 12:19:52 +08: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
neil
75660e6f21
Merge pull request #3258 from acmesh-official/dev
...
sync
2020-11-19 21:39:39 +08:00
neil
199ca77c2a
fix for PebbleStrict mode test.
2020-11-19 20:14:28 +08:00
neil
11b980f574
fix set-env
2020-11-18 23:16:36 +08:00
neil
2b8561f27d
fix set-env
2020-11-18 22:23:36 +08:00
neil
c349e9aabe
fix set-env
2020-11-18 21:19:10 +08:00
neil
6ee38ceaba
fix https://github.com/acmesh-official/acme.sh/issues/3252
2020-11-17 22:52:05 +08:00
neil
8ed6be6307
Merge pull request #3220 from edglynes/dev
...
Akamai EdgeDNS Support
2020-11-11 11:55:32 +08:00
Ed Lynes
c490dd1563
add quotes to resolve shell check failure
2020-11-09 10:36:12 -05:00
Ed Lynes
d866b3df1f
convert key to hex before calling _hmac
2020-11-09 10:16:57 -05:00
Ed Lynes
97f3fb4496
Merge branch 'dev' of https://github.com/acmesh-official/acme.sh into dev
2020-11-09 09:17:33 -05:00
neil
7530266330
remove dependency to md5 and awk
2020-11-09 20:14:22 +08:00
neil
6a53f356d2
Merge pull request #3246 from MaxPeal/MaxPeal-patch-ppc64le-s390x
...
add linux/ppc64le and linux/s390x
2020-11-05 09:30:15 +08:00
MaxPeal
075dc1e4e9
add linux/ppc64le and linux/s390x
2020-11-05 01:25:07 +01:00
neil
97b87d4ce4
Merge pull request #3111 from pashinin/master
...
Vault deploy hook (using curl)
2020-11-02 22:37:43 +08:00
Sergey Pashinin
e203e98375
Use _savedeployconf
2020-11-02 16:46:09 +03:00
Sergey Pashinin
9fcd104065
Use _getdeployconf for env vars
2020-11-02 13:35:12 +03:00
neil
178e0ba87c
Merge pull request #3237 from ma331/patch-1
...
Anexia CloudDNS Support
2020-11-02 11:58:40 +08:00
Ed Lynes
cc40110d7e
refactored sig timestamp generation
2020-10-30 13:12:45 -04:00
ma331
d58fb2bbc0
Speedup for _get_root function
2020-10-30 14:13:32 +01:00
ma331
812333e9ae
Changed comment once more
2020-10-29 14:01:08 +01:00
ma331
92bbdce435
changed comment
2020-10-29 13:35:53 +01:00
ma331
bc62d49fc9
removed empty line to make shfmt happy
2020-10-29 13:04:29 +01:00
ma331
fe54d5b8ae
fixed spacing in two lines
2020-10-29 12:51:49 +01:00
ma331
7cc30c268b
Script to use with Anexia CloudDNS
2020-10-29 11:14:44 +01:00
Ed Lynes
df60a2248a
fix typo
2020-10-28 15:20:24 -04:00
Ed Lynes
aa85d0ffeb
trigger commit
2020-10-28 09:05:14 -04:00
Ed Lynes
8a55b20284
Merge branch 'dev' of https://github.com/edglynes/acme.sh into dev
2020-10-27 14:01:52 -04:00
Ed Lynes
beec349bc5
Merge branch 'dev' of https://github.com/acmesh-official/acme.sh into dev
2020-10-27 13:40:18 -04:00