neilpang
5f345d2089
fix https://github.com/Neilpang/acme.sh/issues/1262
7 years ago
neilpang
3c394f08b0
fix format
7 years ago
neilpang
64f07d9bf3
fix aws for acme v2
7 years ago
neilpang
9144ce746e
fix for v2 wildcard
7 years ago
neilpang
eea713eed2
Merge branch 'dev' into 2
7 years ago
neilpang
6ba4f8b54c
fix https://github.com/Neilpang/acme.sh/issues/1204
7 years ago
neilpang
60814ecfe1
typo
7 years ago
neilpang
872bfe4757
fix for PR https://github.com/Neilpang/acme.sh/pull/1069
7 years ago
neilpang
13a8c309f5
fix new shellcheck errors
8 years ago
wizard1024
cc1d3b20b6
Update dns_aws.sh to work only with public zones
8 years ago
neilpang
f7217c5f26
fix format
8 years ago
neilpang
fd77e463a1
fix aws
8 years ago
neilpang
fc9649dbc4
fix aws
8 years ago
neilpang
1f4e64f81d
Truncated request for more than 100 domains.
8 years ago
neilpang
819d2bc560
fix for wget. fix https://github.com/Neilpang/acme.sh/issues/724#issuecomment-286761682
8 years ago
neilpang
e6e85b0c55
secure debug message
8 years ago
neil
c9d7daab70
fix https://github.com/Neilpang/acme.sh/issues/593
8 years ago
neilpang
b4325026b1
exe
8 years ago
neilpang
bb6326f4d4
fix for solaris
8 years ago
neilpang
1c22c2f76a
fix for solaris
8 years ago
neilpang
542d7977db
add new _url_encode
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
Karsten Sperling
5415381cf4
Add support for AWS_SESSION_TOKEN and fix bug when multiple hosted zones exist
8 years ago
klemens
329174b6d9
spelling fixes
8 years ago
neilpang
39d1eeda23
fix for solaris
8 years ago
neilpang
dfbc244b00
support aws remove
8 years ago
Marcello Barnaba
c12be766e9
Fix Route53 API consumer
...
Ignoring the Chthlulu argument 😃 , Route53 returns its XML all on one line, making not possible to grep the hosted zone record with egrep/sed.
This change splits the XML in multiple lines, so that parsing can succeed.
8 years ago
neilpang
2f1bc5864f
fix format
8 years ago
neilpang
16d79ebaac
fix format
8 years ago
neilpang
e009ec8b93
Support AWS Route53 api
8 years ago