Took me forever to figure out that i was using a token key, and it wasn't the same as the global account key.

master
Eric Hutchinson 2019-10-27 10:39:43 -07:00
parent e541f7d1d8
commit e8dff1e1c6
1 changed files with 5 additions and 0 deletions

@ -25,6 +25,11 @@ For CloudFlare, we will set two environment variables that acme.sh (specifically
export CF_Key="MY_SECRET_KEY_SUCH_SECRET" export CF_Key="MY_SECRET_KEY_SUCH_SECRET"
export CF_Email="myemail@example.com" export CF_Email="myemail@example.com"
If you generated an API Token, instead of using your global account key, set CF_Token instead.
export CF_Token="MY_SECRET_TOKEN_SUCH_SECRET"
export CF_Email="myemail@example.com"
In case you use another DNS service, check the `dnsapi` directory. Instructions for many DNS providers are already included. You can also find instructions on how to add another DNS service there, although that requires some software development skills. In case you use another DNS service, check the `dnsapi` directory. Instructions for many DNS providers are already included. You can also find instructions on how to add another DNS service there, although that requires some software development skills.
## Creating the certificate ## Creating the certificate