Update CF API key URL

master
florid2 2019-03-26 14:49:24 +11:00
parent 57e67338c0
commit bb9b667b18
1 changed files with 1 additions and 1 deletions

@ -20,7 +20,7 @@ Be sure to close your session after installation and reconnect for the following
## Configuring DNS
For CloudFlare, we will set two environment variables that acme.sh (specifically, the `dns_cf` script from the `dnsapi` subdirectory) will read to set the DNS record. You can get your CloudFlare [API key here](https://www.cloudflare.com/a/account/my-account).
For CloudFlare, we will set two environment variables that acme.sh (specifically, the `dns_cf` script from the `dnsapi` subdirectory) will read to set the DNS record. You can get your CloudFlare [API key here](https://dash.cloudflare.com/profile).
export CF_Key="MY_SECRET_KEY_SUCH_SECRET"
export CF_Email="myemail@example.com"