We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9738740 commit 6d5f9c7Copy full SHA for 6d5f9c7
includes/installation/nginx_base.md
@@ -21,6 +21,7 @@ acme.sh --server "https://acme-v02.api.letsencrypt.org/directory" --set-default-
21
## Konfiguration für neue Dienste
22
23
Folgende Schritte sind notwendig, um ein neues HTTP Routing zu konfigurieren:
24
+
25
1. Dienst aufsetzen.
26
2. Port-Binding von Dienst auf IPv6 Localhost (`::1`) des Hosts.
27
3. TLS Zertifkat über acme.sh anfordern.
@@ -42,8 +43,6 @@ sein. Für die DNS API's der Anbieter empfielt sich ein Blick in
42
43
44
```shell
45
# Beispielkonfiguration für Cloudflare DNS API
-export CF_Account_ID=
46
-export CF_Zone_ID=
47
export CF_Token=
48
acme.sh --issue --keylength ec-384 --dns dns_cf -d service.domain.de
49
```
0 commit comments