Skip to content

Instantly share code, notes, and snippets.

@rohan-molloy
Created June 21, 2019 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rohan-molloy/ec4af471f21d1f3ee6cf31572a2a6b08 to your computer and use it in GitHub Desktop.
Save rohan-molloy/ec4af471f21d1f3ee6cf31572a2a6b08 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowCertbot",
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:PutObject",
"s3:PutObjectACL",
"s3:DeleteObject"
],
"Condition": {
"IpAddress": {
"aws:SourceIp": "0.0.0.0/0"
}
},
"Resource": [
"arn:aws:s3:::*/.well-known/acme-challenge/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment