Vitaly Kireev
e1a0f5706d
DNS REGRU utf-list to idn (punycode)
service/get_list returns domains in utf. But if utf, then error Error parsing certificate request: x509: SAN dNSName is malformed
early using my patch by IDN_ITEM="$(echo "${ITEM}" | idn)"
Now replacing by IDN_ITEM="$(_idn "${ITEM}")"
3 years ago
Alexilmarranen
956114fc42
Issue2336 Add subdomain (3 and more) support
Fix for issue in https://github.com/acmesh-official/acme.sh/issues/2336#issuecomment-670522738
4 years ago
neil
19c4345162
fix shfmt
4 years ago
neil
f00e289014
fix format
4 years ago
neil
1dffaba266
fix format
4 years ago
snv
44b9a8e7ed
fix new line at end of file
4 years ago
snv
c16757b03a
add some debug output and fix data in GET request
4 years ago
snv
5d0dde5c15
main changes
4 years ago
AndreyIsakov
d883a870e1
dnsapi for regru: remove debug info
5 years ago
AndreyIsakov
f2c6e3f65b
dnsapi for regru: replace echo by _info()
5 years ago
AndreyIsakov
487d2a9221
dnsapi for regru: CI linter remove empty line
5 years ago
AndreyIsakov
6151debeab
dnsapi for regru: CI linter ok
5 years ago
AndreyIsakov
e05ef230a7
test CI error
5 years ago
neilpang
11ecbd27be
fix punycode domain
6 years ago
neilpang
47ff768b70
fix https://github.com/Neilpang/acme.sh/issues/2195
6 years ago
Gorbachev
6e917d156c
Trim double quotes for email and key
Currently dns_cf generates headers like this: 'X-Auth-Email: "sample@mail.com"'. Cloudflare API responses 400 BadRequest for quoted headers with message "Invalid format for X-Auth-Email header".
6 years ago
neilpang
c2d0d4d28c
root domain as dns alias mode
6 years ago
hebbet
68d9aad3a2
add link to profile of Cloudflare
follow-up for #1893
6 years ago
neilpang
7ba9a5972d
revert fix for https://github.com/Neilpang/acme.sh/issues/1941
1. fix https://github.com/Neilpang/acme.sh/issues/1977
2. The cache is too long to as a line to save in the conf
6 years ago
Ketil
2671af13cd
Bugfix for allowing '+' character in CloudFlare email
6 years ago
neil
a43545c6ea
fix https://github.com/Neilpang/acme.sh/issues/1959
6 years ago
neilpang
598becf619
minor, fix format
6 years ago
neilpang
7917aa2a7c
fix https://github.com/Neilpang/acme.sh/issues/1941
cache dns zones response
6 years ago
Rid
6b26d2b62d
Fixed grammatical errors
7 years ago
neilpang
506c41cb15
fix format
7 years ago
neilpang
72f54ca6c1
support ACME v2 wildcard cert
7 years ago
neilpang
4f3b3a273f
fix format
7 years ago
neilpang
6ae3911972
support ACME v2 wildcard cert
7 years ago
neilpang
cd98951001
fix https://github.com/Neilpang/acme.sh/issues/794#issuecomment-294314606
8 years ago
neilpang
eb0fc67461
fix format
8 years ago
neilpang
fcdf41ba29
support change account conf from env
8 years ago
Bastian Bittorf
3ca93f4a4c
shellcheck: fix several occurences of SC2034
message:
SC2034: $VARNAME appears unused. Verify it or export it.
most of these are related to the style:
we generate global vars, which are used in other functions.
the var "lexical_url" was really unused (left it as comment)
the travis-check now does not need anymore special flags.
Signed-off-by: Bastian Bittorf <bb@npl.de>
8 years ago
neilpang
15af89d51c
fix https://github.com/Neilpang/acme.sh/issues/490
8 years ago
klemens
329174b6d9
spelling fixes
8 years ago
neilpang
122cc48c29
minor
8 years ago
neilpang
c7c57cfa0e
fix for solaris
8 years ago
neilpang
c0d0100ca8
fix format
8 years ago
neilpang
21f201e371
support cloudflare rm function
8 years ago
neilpang
ab45b7783f
fix format
8 years ago
neilpang
4a56b2406b
fix check email
8 years ago
neilpang
797cbb9b20
fix shellcheck warnings
8 years ago
neilpang
e440223b40
fix shellcheck warnings
8 years ago
neilpang
c7b16249b8
fix shellcheck warnings
8 years ago
neilpang
4c2a384159
Add shfmt to format source code
8 years ago
neilpang
5d6fd8099f
add dns_xxx_rm function
https://github.com/Neilpang/acme.sh/issues/79
8 years ago
neil
ef858ef062
use head -n
8 years ago
neil
cfdaff5a46
fix cf
8 years ago
neil
22ea4004e1
Support SunOS/Solaris ( #260 )
Support SunOS/Solaris
* Support Solaris
* Support SunOS/Open Solaris
8 years ago
raunsbaekdk
8d5618c44a
Bash does not support double equal sign ( #192 )
use single equal sign '=' instead.
9 years ago
neil
a4270efac9
fix wget support in dns api
9 years ago