Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
a551619d
Unverified
Commit
a551619d
authored
May 12, 2022
by
neil
Committed by
GitHub
May 12, 2022
Browse files
Merge pull request #4080 from aorith/dev
dns_aws: Fix when _acme-challenge is a hostedzone
parents
bee5cb55
873b113c
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_aws.sh
View file @
a551619d
...
@@ -152,7 +152,7 @@ dns_aws_rm() {
...
@@ -152,7 +152,7 @@ dns_aws_rm() {
_get_root
()
{
_get_root
()
{
domain
=
$1
domain
=
$1
i
=
2
i
=
1
p
=
1
p
=
1
if
aws_rest GET
"2013-04-01/hostedzone"
;
then
if
aws_rest GET
"2013-04-01/hostedzone"
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment