|
@@ -184,17 +184,35 @@ Linux group as who runs SFTPGo. (Gets full permissions on users directories.)
|
|
|
|
|
|
Linux user as who runs SFTPGo. (Used to delete files that users created.)
|
|
|
|
|
|
+### `cname`
|
|
|
+
|
|
|
+For a site with dedicated domain, the domain that users must point their domain to.
|
|
|
+
|
|
|
+This domain should have the following records:
|
|
|
+
|
|
|
+AAAA
|
|
|
+: `ipv6_address`
|
|
|
+
|
|
|
+A
|
|
|
+: `ipv4_address`
|
|
|
+
|
|
|
+CAA
|
|
|
+: `caa_account_uris[testing]`
|
|
|
+
|
|
|
+CAA
|
|
|
+: `caa_account_uris[approved]`
|
|
|
+
|
|
|
### `ipv6_address`, `ipv4_address`
|
|
|
|
|
|
-Public IPv6 and IPv4 addresses that users must set in their AAAA and A records for a site with dedicated domain.
|
|
|
+For a site with dedicated domain, when manually copying records, public IPv6 and IPv4 addresses that users must set in their AAAA and A records.
|
|
|
|
|
|
-### `caa_account_uri`
|
|
|
+Should be the same as the AAAA and A records for `cname`.
|
|
|
|
|
|
-The URI of the account that requests stable Let's Encrypt certificates. Used for the CAA record of approved accounts. Output of `certbot show_account`
|
|
|
+### `caa_account_uris[]`
|
|
|
|
|
|
-### `caa_account_uri_staging`
|
|
|
+For a site with dedicated domain, when manually copying records, the URIs of the accounts (both stable and staging) that request Let's Encrypt certificates. Keys `testing` and `approved` must be set to outputs of respectively `certbot show_account --test-cert` and `certbot show_account`
|
|
|
|
|
|
-The URI of the account that requests staging Let's Encrypt certificates. Used for the CAA record of testing accounts. Output of `certbot show_account --test-cert`
|
|
|
+Should be the same as the CAA records for `cname`.
|
|
|
|
|
|
### `sftp_pub`
|
|
|
|