mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-16 05:12:08 +08:00
If you do not reconnect to session certain acme.sh environment variables are not set (also indicated by the installation progress).
@@ -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).
|
||||||
|
|||||||
Reference in New Issue
Block a user