mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
Missing "," in second policy example
@@ -51,8 +51,8 @@ If you want to use a must more restrictive AWS policy, use the following:
|
||||
{
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"route53:GetHostedZone"
|
||||
"route53:ListResourceRecordSets"
|
||||
"route53:GetHostedZone",
|
||||
"route53:ListResourceRecordSets",
|
||||
"route53:ChangeResourceRecordSets"
|
||||
],
|
||||
"Resource": "arn:aws:route53:::hostedzone/hosted zone id"
|
||||
|
||||
Reference in New Issue
Block a user