Skip to content

Commit 177d60b

Browse files
authored
Clarify the LETSENCRYPT_SINGLE_DOMAIN_CERTS value
1 parent 5592543 commit 177d60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Let's Encrypt has a limit of [100 domains per certificate](https://letsencrypt.o
2828

2929
#### Separate certificate for each domain
3030

31-
The example above will issue a single [SAN](https://www.digicert.com/subject-alternative-name.htm) certificate for all the listed in `LETSENCRYPT_HOST` domains. If you need to have a separate certificate for each of the domains, you can add the `LETSENCRYPT_SINGLE_DOMAIN_CERTS` environment variable.
31+
The example above will issue a single [SAN](https://www.digicert.com/subject-alternative-name.htm) certificate for all the listed in `LETSENCRYPT_HOST` domains. If you need to have a separate certificate for each of the domains, you can add the `LETSENCRYPT_SINGLE_DOMAIN_CERTS=true` environment variable.
3232

3333
Example:
3434

0 commit comments

Comments
 (0)