If you do not reconnect to session certain acme.sh environment variables are not set (also indicated by the installation progress).
parent
88b1f9e44e
commit
8d48d7c599
|
@ -16,6 +16,8 @@ The following guide will use the DNS-01 protocol using the [Cloudflare API](http
|
||||||
$ cd acme.sh-master/
|
$ cd acme.sh-master/
|
||||||
$ ./acme.sh --install --nocron --home /usr/local/share/acme.sh --accountemail "email@gmailcom"
|
$ ./acme.sh --install --nocron --home /usr/local/share/acme.sh --accountemail "email@gmailcom"
|
||||||
|
|
||||||
|
Be sure to close your session after installation and reconnect for the following steps.
|
||||||
|
|
||||||
## Configuring DNS
|
## 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://www.cloudflare.com/a/account/my-account).
|
||||||
|
|
Loading…
Reference in New Issue