From 85012f18fe36ffb74e3eb34ccbaaa73bd128c951 Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 23 Nov 2016 23:02:55 +0800 Subject: [PATCH] Updated How to use Amazon Route53 API (textile) --- How-to-use-Amazon-Route53-API.textile | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/How-to-use-Amazon-Route53-API.textile b/How-to-use-Amazon-Route53-API.textile index 275f4a5..f03ec4a 100644 --- a/How-to-use-Amazon-Route53-API.textile +++ b/How-to-use-Amazon-Route53-API.textile @@ -1,10 +1,11 @@ -Follow http://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html to create a new user and obtain API keys -Save the downloaded API keys to later use with acme.sh +1. Follow http://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html to create a new user and obtain API keys -In the user profile, click in Permissions, followed by Add Permissions -Then click the 3rd icon "Attach existing policies directly" -Click "Create Policy" and in the new window choose "Create Your Own Policy" -Enter a name to your policy and paste the following +2. Save the downloaded API keys to later use with acme.sh + +3. In the user profile, click in Permissions, followed by Add Permissions +4. Then click the 3rd icon "Attach existing policies directly" +5. Click "Create Policy" and in the new window choose "Create Your Own Policy" +6. Enter a name to your policy and paste the following ```json { @@ -29,4 +30,7 @@ Enter a name to your policy and paste the following Validate the policy and Click Create. Apply the new policy to your new user. -You can now use the new API keys with acme.sh \ No newline at end of file +You can now use the new API keys with acme.sh + +https://github.com/Neilpang/acme.sh/tree/master/dnsapi#10-use-amazon-route53-domain-api +