There was an error while loading. Please reload this page.
1 parent eec307f commit f060792Copy full SHA for f060792
2 files changed
CloudFlare/__init__.py
@@ -2,4 +2,4 @@
2
3
from cloudflare import CloudFlare
4
5
-__version__ = '1.1.2'
+__version__ = '1.1.3'
README.rst
@@ -149,11 +149,13 @@ Using configuration file to store email and keys
149
[CloudFlare]
150
email = user@example.com
151
token = 00000000000000000000000000000000
152
- certoken = v1.0-...
+ certtoken = v1.0-...
153
+ extras =
154
$
155
156
The *CF\_API\_CERTKEY* or *certtoken* values are used for the Origin-CA
-*/certificates* API calls.
157
+*/certificates* API calls. At the time of being, you must leave extras
158
+in the configuration, the value can be left blank.
159
160
Included example code
161
---------------------
0 commit comments