From 11df63d0e46468270895f465a3ba4c6dc7662f8f Mon Sep 17 00:00:00 2001 From: "Codename: Steeve Knight" Date: Tue, 5 Nov 2019 14:15:20 -0500 Subject: [PATCH] Having headers w/numbers is CONFUSING and appears to a noob like steps. Suggest changing the pattern as edited above in the first two OPTIONS. --- dnsapi.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dnsapi.md b/dnsapi.md index 4956c5a..d05eae4 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -4,9 +4,9 @@ If your dns provider doesn't provide api access, you can use our dns alias mode: https://github.com/Neilpang/acme.sh/wiki/DNS-alias-mode -## 1. Use CloudFlare domain API to automatically issue cert +## CloudFlare Option: -There are 2 ways to use cloudflare API. +CloudFlare Domain API offers two methods to automatically issue certs. ### Using the global api key First you need to login to your CloudFlare account to get your [API key](https://dash.cloudflare.com/profile). @@ -28,13 +28,11 @@ Ok, let's issue a cert now: acme.sh --issue --dns dns_cf -d example.com -d www.example.com ``` - The `CF_Key` and `CF_Email` or `CF_Token`and `CF_Account_ID`will be saved in `~/.acme.sh/account.conf` and will be reused when needed. +## DNSPod.cn Option: -## 2. Use DNSPod.cn domain API to automatically issue cert - -First you need to login to your DNSPod account to get your API Key and ID. +The DNSPod.cn Domain API option requires that you first login to your account to get a DNSPod API Key and ID. ``` export DP_Id="1234"