From 86c9e55ca2d8529e389d1275349c2305227273ff Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 7 Feb 2016 20:14:53 +0800 Subject: [PATCH] fix doc error --- dnsapi/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsapi/README.md b/dnsapi/README.md index 8b56ad4..3588dd4 100644 --- a/dnsapi/README.md +++ b/dnsapi/README.md @@ -52,7 +52,7 @@ First you need to login to your Cloudxns.com account to get your api key and key ``` export CX_Key="1234" -export CX_Api="sADDsdasdgdsf" +export CX_Secret="sADDsdasdgdsf" ``` @@ -61,7 +61,7 @@ Ok, let's issue cert now: le.sh issue dns-cx aa.com www.aa.com ``` -The `CX_Key` and `CX_Api` will be saved in `~/.le/account.conf`, when next time you use Cloudxns.com api, it will reuse this key. +The `CX_Key` and `CX_Secret` will be saved in `~/.le/account.conf`, when next time you use Cloudxns.com api, it will reuse this key.