Skip to content

Commit fb4d58e

Browse files
authored
[skip ci] doc typos
1 parent 849c676 commit fb4d58e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Let's-Encrypt-and-ACME.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ The `LETSENCRYPT_TEST` environment variable, when set to `true` on a proxied app
5858

5959
If you want to do this globally for all containers, set `ACME_CA_URI` on the **letsencrypt-nginx-proxy-companion** container as described in [Container configuration](./Container-configuration.md).
6060

61-
#### ACME CA URI
61+
#### ACME CA URI
6262

6363
The `ACME_CA_URI` environment variable is used to set the ACME API endpoint from which the container's certificate(s) will be requested (defaults to ``https://acme-v02.api.letsencrypt.org/directory``).
6464

65-
#### Preferred chain
65+
#### Preferred chain
6666

6767
If the ACME CA provides multiple cert chain, you can use the `ACME_PREFERRED_CHAIN` environment variable to select one. See [`acme.sh --preferred-chain` documentation](https://github.com/acmesh-official/acme.sh/wiki/Preferred-Chain) for more info.
6868

@@ -86,8 +86,8 @@ Reusing private keys can help if you intend to use [HPKP](https://developer.mozi
8686

8787
- Use one `acme.sh` configuration directory (`--config-home`) per account email address.
8888
- Each `acme.sh` configuration directory can hold several accounts on different ACME service providers. But only one per service provider.
89-
- The `defaut` configuration directory holds the configuration for empty account email address.
89+
- The `default` configuration directory holds the configuration for empty account email address.
9090
- When in testing mode (`LETSENCRYPT_TEST=true`):
9191
1. The container will use the special purpose `staging` configuration directory.
9292
1. The directory URI is forced to The Let's Encrypt v2 staging one (`ACME_CA_URI` is ignored)
93-
2. The account email address is forced empty (`DEFAULT_EMAIL` and `LETSENCRYPT_EMAIL` are ignored)
93+
2. The account email address is forced empty (`DEFAULT_EMAIL` and `LETSENCRYPT_EMAIL` are ignored)

0 commit comments

Comments
 (0)