From 11320f0042a7f039837f8bc57c1a67ab78387f29 Mon Sep 17 00:00:00 2001 From: Luxing Huang Date: Tue, 14 Jun 2016 20:01:21 -0300 Subject: [PATCH] doc fix. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea0f5b2..d6c81fd 100644 --- a/README.md +++ b/README.md @@ -129,11 +129,12 @@ $ cat ~/.cloudflare/cloudflare.cfg [CloudFlare] email = user@example.com token = 00000000000000000000000000000000 -certoken = v1.0-... +certtoken = v1.0-... +extras = $ ``` -The *CF_API_CERTKEY* or *certtoken* values are used for the Origin-CA */certificates* API calls. +The *CF_API_CERTKEY* or *certtoken* values are used for the Origin-CA */certificates* API calls. At the time of being, you must leave extras in the configuration, the value can be left blank. ## Included example code