mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-06 05:22:09 +08:00
This comma breaks the json syntax
@@ -52,7 +52,7 @@ If you want to use a much more restrictive AWS policy, use the following:
|
|||||||
"Effect": "Allow",
|
"Effect": "Allow",
|
||||||
"Action": [
|
"Action": [
|
||||||
"route53:GetHostedZone",
|
"route53:GetHostedZone",
|
||||||
"route53:ListResourceRecordSets",
|
"route53:ListResourceRecordSets"
|
||||||
],
|
],
|
||||||
"Resource": "arn:aws:route53:::hostedzone/<ZONE-ID>"
|
"Resource": "arn:aws:route53:::hostedzone/<ZONE-ID>"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user